feat(argo-cd): Added support for extra K8s manifests (#1094)
Signed-off-by: Nick Fisher <nxf5025@gmail.com>
This commit is contained in:
parent
66194fd35f
commit
2b830deaa4
4 changed files with 35 additions and 2 deletions
4
charts/argo-cd/templates/extra-manifests.yaml
Normal file
4
charts/argo-cd/templates/extra-manifests.yaml
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
{{ range .Values.extraObjects }}
|
||||
---
|
||||
{{ tpl (toYaml .) $ }}
|
||||
{{ end }}
|
||||
Loading…
Add table
Add a link
Reference in a new issue