forked from suse-edge/Factory
8 lines
143 B
YAML
8 lines
143 B
YAML
|
{{- range .Values.extraDeploy }}
|
||
|
---
|
||
|
{{- if typeIs "string" . }}
|
||
|
{{- tpl . $ }}
|
||
|
{{- else }}
|
||
|
{{- tpl (. | toYaml) $ }}
|
||
|
{{- end }}
|
||
|
{{- end }}
|