feat(argo-rollouts): Add extra manifests option to chart (#1366)
* feat(argo-rollouts): Add extra manifests option to chart Signed-off-by: Vlad Voloshyn <vladvoloshyn12@gmail.com> * fix indent Signed-off-by: Vlad Voloshyn <vladvoloshyn12@gmail.com> * Apply suggestions from code review Signed-off-by: Marco Kilchhofer <mkilchhofer@users.noreply.github.com> Co-authored-by: Marco Kilchhofer <mkilchhofer@users.noreply.github.com>
This commit is contained in:
parent
9c245d4e65
commit
8ef5710660
4 changed files with 21 additions and 3 deletions
4
charts/argo-rollouts/templates/extra-manifests.yaml
Normal file
4
charts/argo-rollouts/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