Adds support for workflow restrictions.
This commit is contained in:
parent
2f36128868
commit
49880e86f5
2 changed files with 5 additions and 0 deletions
|
@ -78,3 +78,6 @@ data:
|
||||||
{{- with .Values.server.sso }}
|
{{- with .Values.server.sso }}
|
||||||
sso: {{- toYaml . | nindent 6 }}
|
sso: {{- toYaml . | nindent 6 }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
{{- with .Values.controller.workflowRestrictions }}
|
||||||
|
workflowRestrictions: {{- toYaml . | nindent 6 }}
|
||||||
|
{{- end }}
|
||||||
|
|
|
@ -73,6 +73,8 @@ controller:
|
||||||
# secondsAfterCompletion: 84600
|
# secondsAfterCompletion: 84600
|
||||||
# workflowWorkers: 32
|
# workflowWorkers: 32
|
||||||
# podWorkers: 32
|
# podWorkers: 32
|
||||||
|
workflowRestrictions: {} # Only valid for 2.9+
|
||||||
|
# templateReferencing: Strict|Secure
|
||||||
telemetryConfig:
|
telemetryConfig:
|
||||||
enabled: false
|
enabled: false
|
||||||
path: /telemetry
|
path: /telemetry
|
||||||
|
|
Loading…
Reference in a new issue