feat(argo): Add support for workflow restrictions. (#447)

This commit is contained in:
Vlad Losev 2020-09-16 12:46:13 -07:00 committed by GitHub
parent 2f36128868
commit eaf8c629bf
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 1 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 }}