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:
|
||||
- get
|
||||
- create
|
||||
- update
|
||||
# to create role bindings to the postgres-pod service account
|
||||
- apiGroups:
|
||||
- rbac.authorization.k8s.io
|
||||
|
|
|
|||
Loading…
Reference in New Issue