Skip to content

Commit 9322941

Browse files
committed
fix: add imageCatalog role
Signed-off-by: YanniHu1996 <[email protected]>
1 parent 9eeb334 commit 9322941

File tree

1 file changed

+24
-0
lines changed
  • charts/edb-postgres-distributed-for-kubernetes/templates

1 file changed

+24
-0
lines changed

charts/edb-postgres-distributed-for-kubernetes/templates/rbac.yaml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -305,6 +305,30 @@ rules:
305305
- patch
306306
- update
307307
- watch
308+
- apiGroups:
309+
- pgd.k8s.enterprisedb.io
310+
resources:
311+
- clusterimagecatalogs
312+
verbs:
313+
- create
314+
- delete
315+
- get
316+
- list
317+
- patch
318+
- update
319+
- watch
320+
- apiGroups:
321+
- pgd.k8s.enterprisedb.io
322+
resources:
323+
- imagecatalogs
324+
verbs:
325+
- create
326+
- delete
327+
- get
328+
- list
329+
- patch
330+
- update
331+
- watch
308332
- apiGroups:
309333
- policy
310334
resources:

0 commit comments

Comments
 (0)