Skip to content

Commit f9fef5f

Browse files
fixed wrong datastore crypto key path to mount in st2workflowengine
1 parent c9ab669 commit f9fef5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/deployments.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -650,7 +650,7 @@ spec:
650650
secretName: {{ .Release.Name }}-st2-datastore-crypto-key
651651
items:
652652
- key: datastore_crypto_key
653-
path: encryption_key.json
653+
path: datastore_key.json
654654
{{- end }}
655655
{{- with .Values.st2workflowengine.nodeSelector }}
656656
nodeSelector:

0 commit comments

Comments
 (0)