Skip to content

Commit 4b9e605

Browse files
FxKusdudoladov
authored andcommitted
add update for CRD to RBAC (zalando#564)
1 parent f29bdaf commit 4b9e605

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

charts/postgres-operator/templates/clusterrole.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ rules:
2424
verbs:
2525
- create
2626
- get
27+
- patch
28+
- update
2729
- apiGroups:
2830
- ""
2931
resources:

manifests/operator-service-account-rbac.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ rules:
2626
- create
2727
- get
2828
- patch
29+
- update
2930
- apiGroups:
3031
- ""
3132
resources:

0 commit comments

Comments
 (0)