Add extra files for secret
Change-Id: I0f2a3bb92c91cdda1458a3df3bfa9c877c7e8488
This commit is contained in:
parent
92886e64ca
commit
e5dcaba949
@ -13,4 +13,7 @@ stringData:
|
|||||||
clouds.yaml: |
|
clouds.yaml: |
|
||||||
clouds:
|
clouds:
|
||||||
{{ toYaml .Values.clouds | indent 6 }}
|
{{ toYaml .Values.clouds | indent 6 }}
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
{{ if .Values.extraFiles }}
|
||||||
|
{{ (toYaml .Values.extraFiles | indent 2) }}
|
||||||
|
{{ end }}
|
||||||
|
Loading…
Reference in New Issue
Block a user