File tree Expand file tree Collapse file tree 3 files changed +33
-0
lines changed
kustomize/install/bases/rbac Expand file tree Collapse file tree 3 files changed +33
-0
lines changed Original file line number Diff line number Diff 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 :
Original file line number Diff line number Diff 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 :
Original file line number Diff line number Diff 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 :
You can’t perform that action at this time.
0 commit comments