Skip to content

Commit 7f2fd1d

Browse files
committed
reduce escaping in json
1 parent 98ee61e commit 7f2fd1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/secrets_datastore_crypto_key.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,6 @@ data:
2727
{{- else if .Values.st2.datastore_crypto_key }}
2828
datastore_crypto_key: {{ .Values.st2.datastore_crypto_key | b64enc }}
2929
{{- else }}
30-
datastore_crypto_key: {{ tpl (.Values.default_datastore_crypto_key | toJson) . | b64enc }}
30+
datastore_crypto_key: {{ tpl (.Values.default_datastore_crypto_key | toRawJson) . | b64enc }}
3131
{{- end }}
3232

0 commit comments

Comments
 (0)