Skip to content

Commit 9fec499

Browse files
committed
Add RBAC for crunchybridgecluster.
1 parent b7213e5 commit 9fec499

File tree

3 files changed

+54
-0
lines changed

3 files changed

+54
-0
lines changed

helm/install/templates/role.yaml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,24 @@ rules:
102102
- list
103103
- patch
104104
- watch
105+
- apiGroups:
106+
- postgres-operator.crunchydata.com
107+
resources:
108+
- crunchybridgeclusters
109+
verbs:
110+
- get
111+
- list
112+
- patch
113+
- update
114+
- watch
115+
- apiGroups:
116+
- postgres-operator.crunchydata.com
117+
resources:
118+
- crunchybridgeclusters/finalizers
119+
- crunchybridgeclusters/status
120+
verbs:
121+
- patch
122+
- update
105123
- apiGroups:
106124
- postgres-operator.crunchydata.com
107125
resources:

kustomize/install/rbac/cluster/role.yaml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,24 @@ rules:
9999
- list
100100
- patch
101101
- watch
102+
- apiGroups:
103+
- postgres-operator.crunchydata.com
104+
resources:
105+
- crunchybridgeclusters
106+
verbs:
107+
- get
108+
- list
109+
- patch
110+
- update
111+
- watch
112+
- apiGroups:
113+
- postgres-operator.crunchydata.com
114+
resources:
115+
- crunchybridgeclusters/finalizers
116+
- crunchybridgeclusters/status
117+
verbs:
118+
- patch
119+
- update
102120
- apiGroups:
103121
- postgres-operator.crunchydata.com
104122
resources:

kustomize/install/rbac/namespace/role.yaml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,24 @@ rules:
9999
- list
100100
- patch
101101
- watch
102+
- apiGroups:
103+
- postgres-operator.crunchydata.com
104+
resources:
105+
- crunchybridgeclusters
106+
verbs:
107+
- get
108+
- list
109+
- patch
110+
- update
111+
- watch
112+
- apiGroups:
113+
- postgres-operator.crunchydata.com
114+
resources:
115+
- crunchybridgeclusters/finalizers
116+
- crunchybridgeclusters/status
117+
verbs:
118+
- patch
119+
- update
102120
- apiGroups:
103121
- postgres-operator.crunchydata.com
104122
resources:

0 commit comments

Comments
 (0)