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 98ee61e commit 7f2fd1dCopy full SHA for 7f2fd1d
templates/secrets_datastore_crypto_key.yaml
@@ -27,6 +27,6 @@ data:
27
{{- else if .Values.st2.datastore_crypto_key }}
28
datastore_crypto_key: {{ .Values.st2.datastore_crypto_key | b64enc }}
29
{{- else }}
30
- datastore_crypto_key: {{ tpl (.Values.default_datastore_crypto_key | toJson) . | b64enc }}
+ datastore_crypto_key: {{ tpl (.Values.default_datastore_crypto_key | toRawJson) . | b64enc }}
31
{{- end }}
32
0 commit comments