2024-11-18 13:27:08 -05:00

9 lines
169 B
YAML

{{- range .Values.extraManifests }}
---
{{- if typeIs "string" . }}
{{- tpl . $ }}
{{- else }}
{{- tpl (. | toYaml | nindent 0) $ }}
{{- end }}
{{- end }}