Skip to content

Commit

Permalink
Add RBAC for crunchybridgecluster.
Browse files Browse the repository at this point in the history
  • Loading branch information
dsessler7 committed Jun 10, 2024
1 parent b7213e5 commit 9fec499
Show file tree
Hide file tree
Showing 3 changed files with 54 additions and 0 deletions.
18 changes: 18 additions & 0 deletions helm/install/templates/role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,24 @@ rules:
- list
- patch
- watch
- apiGroups:
- postgres-operator.crunchydata.com
resources:
- crunchybridgeclusters
verbs:
- get
- list
- patch
- update
- watch
- apiGroups:
- postgres-operator.crunchydata.com
resources:
- crunchybridgeclusters/finalizers
- crunchybridgeclusters/status
verbs:
- patch
- update
- apiGroups:
- postgres-operator.crunchydata.com
resources:
Expand Down
18 changes: 18 additions & 0 deletions kustomize/install/rbac/cluster/role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,24 @@ rules:
- list
- patch
- watch
- apiGroups:
- postgres-operator.crunchydata.com
resources:
- crunchybridgeclusters
verbs:
- get
- list
- patch
- update
- watch
- apiGroups:
- postgres-operator.crunchydata.com
resources:
- crunchybridgeclusters/finalizers
- crunchybridgeclusters/status
verbs:
- patch
- update
- apiGroups:
- postgres-operator.crunchydata.com
resources:
Expand Down
18 changes: 18 additions & 0 deletions kustomize/install/rbac/namespace/role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,24 @@ rules:
- list
- patch
- watch
- apiGroups:
- postgres-operator.crunchydata.com
resources:
- crunchybridgeclusters
verbs:
- get
- list
- patch
- update
- watch
- apiGroups:
- postgres-operator.crunchydata.com
resources:
- crunchybridgeclusters/finalizers
- crunchybridgeclusters/status
verbs:
- patch
- update
- apiGroups:
- postgres-operator.crunchydata.com
resources:
Expand Down

0 comments on commit 9fec499

Please sign in to comment.