maabara/manifests/argo-cd/templates/extra-manifests.yaml

9 lines
144 B
YAML
Raw Normal View History

2025-01-01 04:04:39 +00:00
{{ range .Values.extraObjects }}
---
{{ if typeIs "string" . }}
{{- tpl . $ }}
{{- else }}
{{- tpl (toYaml .) $ }}
{{- end }}
{{ end }}