Files
argo-poc/helm-repo/argocd/argo-cd-7.8.23/templates/extra-manifests.yaml
2025-04-11 13:21:23 +02:00

9 lines
144 B
YAML

{{ range .Values.extraObjects }}
---
{{ if typeIs "string" . }}
{{- tpl . $ }}
{{- else }}
{{- tpl (toYaml .) $ }}
{{- end }}
{{ end }}