Adds support for workflow restrictions.

This commit is contained in:
Vlad Losev 2020-09-16 08:36:52 -07:00
parent 2f36128868
commit 49880e86f5
No known key found for this signature in database
GPG key ID: 3A3C3B9FAA3AB7AE
2 changed files with 5 additions and 0 deletions

View file

@ -78,3 +78,6 @@ data:
{{- with .Values.server.sso }}
sso: {{- toYaml . | nindent 6 }}
{{- end }}
{{- with .Values.controller.workflowRestrictions }}
workflowRestrictions: {{- toYaml . | nindent 6 }}
{{- end }}

View file

@ -73,6 +73,8 @@ controller:
# secondsAfterCompletion: 84600
# workflowWorkers: 32
# podWorkers: 32
workflowRestrictions: {} # Only valid for 2.9+
# templateReferencing: Strict|Secure
telemetryConfig:
enabled: false
path: /telemetry