[Trivial Fix] Change b46enc to b64enc in chart

Change-Id: I58114a678d30e55ce12b7990f683a6b773efb171
This commit is contained in:
Bryan Strassner 2018-08-29 09:45:52 -05:00
parent fc03c6318a
commit a0f00013b5
1 changed files with 4 additions and 4 deletions

View File

@ -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 }}