Files
argo-poc/helm-repo/argo-cd/argo-cd-7.8.23/templates/extra-manifests.yaml
2025-04-08 14:56:33 +01:00

9 lines
144 B
YAML

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