helmfile/test/integration/test-cases/v1-subhelmfile-multi-bases-.../input/helmfile.yaml.gotmpl

14 lines
234 B
Go Template

bases:
- environments.yaml.gotmpl
---
helmfiles:
- path: subhelmfile.yaml.gotmpl
selectorsInherited: true
values:
{{- with .Values.myExample }}
- specificValues:
{{ toYaml . | nindent 8 }}
{{- end }}