feat: Adds support for workflow defaults in Argo. (#319)
This commit is contained in:
parent
9fd023b6e4
commit
3baf6c81c7
3 changed files with 8 additions and 1 deletions
|
|
@ -49,3 +49,6 @@ data:
|
|||
{{- if .Values.controller.persistence }}
|
||||
persistence:
|
||||
{{ toYaml .Values.controller.persistence | indent 6 }}{{- end }}
|
||||
{{- if .Values.controller.workflowDefaults }}
|
||||
workflowDefaults:
|
||||
{{ toYaml .Values.controller.workflowDefaults | indent 6 }}{{- end }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue