feat(argo-workflows): Add extra manifests to deploy within the chart (#1495)
Signed-off-by: Keigo Hattori <keigoht@gmail.com>
This commit is contained in:
parent
bece474c27
commit
107695e738
4 changed files with 33 additions and 2 deletions
4
charts/argo-workflows/templates/extra-manifests.yaml
Normal file
4
charts/argo-workflows/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