We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c051c70 commit 0fa1415Copy full SHA for 0fa1415
templates/_helpers.tpl
@@ -82,7 +82,7 @@ Create the name of the stackstorm-ha st2 auth secret to use
82
Create the name of the stackstorm-ha st2 datastore secret to use
83
*/}}
84
{{- define "stackstorm-ha.secrets.st2Datastore" -}}
85
-{{- $name := print .Release.Name "-st2-datastore" -}}
+{{- $name := print .Release.Name "-st2-datastore-crypto-key" -}}
86
{{- default $name .Values.st2.existingDatastoreSecret -}}
87
{{- end -}}
88
0 commit comments