
fix(extra-manifests): fix helm lint error when extraObjecrts is defined Signed-off-by: Grégory SANCHEZ <gregory.sanchez@icloud.com> Co-authored-by: Jason Meridth <jmeridth@gmail.com>
8 lines
144 B
YAML
8 lines
144 B
YAML
{{ range .Values.extraObjects }}
|
|
---
|
|
{{ if typeIs "string" . }}
|
|
{{- tpl . $ }}
|
|
{{- else }}
|
|
{{- tpl (toYaml .) $ }}
|
|
{{- end }}
|
|
{{ end }}
|