argocd-helm/charts/argo-workflows/templates/extra-manifests.yaml
Keigo Hattori 107695e738
feat(argo-workflows): Add extra manifests to deploy within the chart (#1495)
Signed-off-by: Keigo Hattori <keigoht@gmail.com>
2022-09-28 15:50:45 +02:00

4 lines
70 B
YAML

{{ range .Values.extraObjects }}
---
{{ tpl (toYaml .) $ }}
{{ end }}