Add benc
This commit is contained in:
parent
8e33a85559
commit
4076f910d8
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@ data:
|
|||
{{- else }}
|
||||
mailer-dsn: {{ .Values.mailer.dsn | b64enc | quote }}
|
||||
{{- end }}
|
||||
sms-dsn: {{ .Values.sms.dsn | quote }}
|
||||
sms-dsn: {{ .Values.sms.dsn | b64enc | quote }}
|
||||
payum-apikey: {{ .Values.payum.apikey | b64enc | quote }}
|
||||
php-storage-key: {{ .Values.php.storage.key | b64enc | quote }}
|
||||
php-storage-secret: {{ .Values.php.storage.secret | b64enc | quote }}
|
||||
Loading…
Reference in a new issue