Adds missing create permission for the sso secret.
Signed-off-by: Vlad Losev <vladimir.losev@sage.com>
This commit is contained in:
parent
7ba19c66af
commit
2fac6806f5
1 changed files with 6 additions and 0 deletions
|
@ -34,6 +34,12 @@ rules:
|
||||||
verbs:
|
verbs:
|
||||||
- get
|
- get
|
||||||
- update
|
- update
|
||||||
|
- apiGroups:
|
||||||
|
- ""
|
||||||
|
resources:
|
||||||
|
- secrets
|
||||||
|
verbs:
|
||||||
|
- create
|
||||||
{{- end}}
|
{{- end}}
|
||||||
{{- if .Values.server.rbac }}
|
{{- if .Values.server.rbac }}
|
||||||
- apiGroups:
|
- apiGroups:
|
||||||
|
|
Loading…
Reference in a new issue