Skip to content

Commit

Permalink
add update for CRD to RBAC (zalando#564)
Browse files Browse the repository at this point in the history
  • Loading branch information
FxKu authored and sdudoladov committed May 13, 2019
1 parent f29bdaf commit 4b9e605
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions charts/postgres-operator/templates/clusterrole.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ rules:
verbs:
- create
- get
- patch
- update
- apiGroups:
- ""
resources:
Expand Down
1 change: 1 addition & 0 deletions manifests/operator-service-account-rbac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ rules:
- create
- get
- patch
- update
- apiGroups:
- ""
resources:
Expand Down

0 comments on commit 4b9e605

Please sign in to comment.