oc-k8s/opencloud/charts/argo-workflows/templates/extra-manifests.yaml
2025-01-16 13:11:31 +01:00

9 lines
144 B
YAML

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