we need to add update permission for sa to periodically sync (#3131)
This commit is contained in:
parent
118c1146bf
commit
f2741ef741
|
|
@ -234,6 +234,7 @@ rules:
|
||||||
verbs:
|
verbs:
|
||||||
- get
|
- get
|
||||||
- create
|
- create
|
||||||
|
- update
|
||||||
# to create role bindings to the postgres-pod service account
|
# to create role bindings to the postgres-pod service account
|
||||||
- apiGroups:
|
- apiGroups:
|
||||||
- rbac.authorization.k8s.io
|
- rbac.authorization.k8s.io
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue