feat: Adds support for workflow defaults in Argo. (#319)

This commit is contained in:
Vlad Losev 2020-04-28 10:15:23 -07:00 committed by GitHub
parent 9fd023b6e4
commit 3baf6c81c7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 8 additions and 1 deletions

View file

@ -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 }}