fix(argo-workflows): Add missing verbs on argo-workflows-server (#1278)

Signed-off-by: yu-croco <yuki.kita22@gmail.com>
This commit is contained in:
Aikawa 2022-05-21 04:19:07 +09:00 committed by GitHub
parent 1492575ee0
commit 72d29611b7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 3 deletions

View file

@ -54,6 +54,7 @@ rules:
verbs:
- get
- list
- watch
{{- end }}
{{- end }}
- apiGroups:
@ -63,6 +64,7 @@ rules:
verbs:
- get
- list
- watch
{{- if .Values.server.sso }}
{{- if .Values.server.sso.rbac }}
{{- with .Values.server.sso.rbac.secretWhitelist }}