Files
helm-charts/argo-cd/templates/extra-manifests.yaml
2025-03-12 08:17:56 +03:00

9 lines
144 B
YAML

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