blob: 36754065c17bc957febb0a284811c7db81762c28 [file] [log] [blame]
{{- range .Values.extraDeploy }}
---
{{- if typeIs "string" . }}
{{- tpl . $ }}
{{- else }}
{{- tpl (. | toYaml) $ }}
{{- end }}
{{- end }}