feat: Adds support for workflow defaults in Argo.

This commit is contained in:
Vlad Losev 2020-04-23 13:12:06 -07:00
parent 6c32fbac27
commit 04f0c7349f
No known key found for this signature in database
GPG key ID: 3A3C3B9FAA3AB7AE
2 changed files with 7 additions and 0 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 }}

View file

@ -47,6 +47,10 @@ controller:
# passwordSecret:
# name: argo-postgres-config
# key: password
workflowDefaults: {} # Only valid for 2.7+
# spec:
# ttlStrategy:
# secondsAfterCompletion: 84600
telemetryConfig:
enabled: false
path: /telemetry