argocd-helm/charts/argo-cd/templates/extra-manifests.yaml
Nick Fisher 2b830deaa4
feat(argo-cd): Added support for extra K8s manifests (#1094)
Signed-off-by: Nick Fisher <nxf5025@gmail.com>
2022-01-20 10:51:57 +00:00

4 lines
70 B
YAML

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