Skip to content

Commit e6d1bb1

Browse files
jmckulkandrewlecuyer
authored andcommitted
Add updated RBAC for PodDisruptionBudgets
[sc-12872]
1 parent d86ec89 commit e6d1bb1

File tree

3 files changed

+33
-0
lines changed

3 files changed

+33
-0
lines changed

helm/install/templates/role.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,17 @@ rules:
8989
- list
9090
- patch
9191
- watch
92+
- apiGroups:
93+
- policy
94+
resources:
95+
- poddisruptionbudgets
96+
verbs:
97+
- create
98+
- delete
99+
- get
100+
- list
101+
- patch
102+
- watch
92103
- apiGroups:
93104
- postgres-operator.crunchydata.com
94105
resources:

kustomize/install/bases/rbac/cluster/role.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,17 @@ rules:
8888
- list
8989
- patch
9090
- watch
91+
- apiGroups:
92+
- policy
93+
resources:
94+
- poddisruptionbudgets
95+
verbs:
96+
- create
97+
- delete
98+
- get
99+
- list
100+
- patch
101+
- watch
91102
- apiGroups:
92103
- postgres-operator.crunchydata.com
93104
resources:

kustomize/install/bases/rbac/namespace/role.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,17 @@ rules:
8888
- list
8989
- patch
9090
- watch
91+
- apiGroups:
92+
- policy
93+
resources:
94+
- poddisruptionbudgets
95+
verbs:
96+
- create
97+
- delete
98+
- get
99+
- list
100+
- patch
101+
- watch
91102
- apiGroups:
92103
- postgres-operator.crunchydata.com
93104
resources:

0 commit comments

Comments
 (0)