Merge "Add extra files for secret"

This commit is contained in:
Zuul 2020-01-20 19:48:44 +00:00 committed by Gerrit Code Review
commit 4593b8377b

View File

@ -13,4 +13,7 @@ stringData:
clouds.yaml: |
clouds:
{{ toYaml .Values.clouds | indent 6 }}
{{ end }}
{{ end }}
{{ if .Values.extraFiles }}
{{ (toYaml .Values.extraFiles | indent 2) }}
{{ end }}