Skip to content

Commit 0fa1415

Browse files
committed
fix name of datastore-crypto-key
1 parent c051c70 commit 0fa1415

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/_helpers.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ Create the name of the stackstorm-ha st2 auth secret to use
8282
Create the name of the stackstorm-ha st2 datastore secret to use
8383
*/}}
8484
{{- define "stackstorm-ha.secrets.st2Datastore" -}}
85-
{{- $name := print .Release.Name "-st2-datastore" -}}
85+
{{- $name := print .Release.Name "-st2-datastore-crypto-key" -}}
8686
{{- default $name .Values.st2.existingDatastoreSecret -}}
8787
{{- end -}}
8888

0 commit comments

Comments
 (0)