[Trivial Fix] Change b46enc to b64enc in chart
Change-Id: I58114a678d30e55ce12b7990f683a6b773efb171
This commit is contained in:
parent
fc03c6318a
commit
a0f00013b5
@ -71,8 +71,8 @@ metadata:
|
||||
name: deckhand-etc
|
||||
type: Opaque
|
||||
data:
|
||||
deckhand.conf: {{ include "helm-toolkit.utils.to_oslo_conf" .Values.conf.deckhand | b46enc }}
|
||||
logging.conf: {{ include "helm-toolkit.utils.to_ini" .Values.conf.logging | b46enc }}
|
||||
deckhand-paste.ini: {{ include "helm-toolkit.utils.to_ini" .Values.conf.paste | b46enc }}
|
||||
policy.yaml: {{ toYaml .Values.conf.policy | b46enc }}
|
||||
deckhand.conf: {{ include "helm-toolkit.utils.to_oslo_conf" .Values.conf.deckhand | b64enc }}
|
||||
logging.conf: {{ include "helm-toolkit.utils.to_ini" .Values.conf.logging | b64enc }}
|
||||
deckhand-paste.ini: {{ include "helm-toolkit.utils.to_ini" .Values.conf.paste | b64enc }}
|
||||
policy.yaml: {{ toYaml .Values.conf.policy | b64enc }}
|
||||
{{- end }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user