feat(argo): Add support for workflow restrictions. (#447)
This commit is contained in:
parent
2f36128868
commit
eaf8c629bf
3 changed files with 6 additions and 1 deletions
|
|
@ -78,3 +78,6 @@ data:
|
|||
{{- with .Values.server.sso }}
|
||||
sso: {{- toYaml . | nindent 6 }}
|
||||
{{- end }}
|
||||
{{- with .Values.controller.workflowRestrictions }}
|
||||
workflowRestrictions: {{- toYaml . | nindent 6 }}
|
||||
{{- end }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue