
Fix helm lint error when `extraObjects` is defined Signed-off-by: Patrick Li <patrick.li@foxtel.com.au>
8 lines
144 B
YAML
8 lines
144 B
YAML
{{ range .Values.extraObjects }}
|
|
---
|
|
{{ if typeIs "string" . }}
|
|
{{- tpl . $ }}
|
|
{{- else }}
|
|
{{- tpl (toYaml .) $ }}
|
|
{{- end }}
|
|
{{ end }}
|