rancher-partner-charts/charts/argo/argo-cd/templates/extra-manifests.yaml

9 lines
145 B
YAML

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