Skip to content

Commit d2c868e

Browse files
committed
fix
Signed-off-by: huyantian <yantian.hu@enterprisedb.com>
1 parent 79f4db4 commit d2c868e

File tree

1 file changed

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

1 file changed

+12
-0
lines changed

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

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -214,6 +214,18 @@ rules:
214214
- patch
215215
- update
216216
- watch
217+
- apiGroups:
218+
- barmancloud.cnpg.io
219+
resources:
220+
- objectstores
221+
verbs:
222+
- create
223+
- delete
224+
- get
225+
- list
226+
- patch
227+
- update
228+
- watch
217229
- apiGroups:
218230
- batch
219231
resources:

0 commit comments

Comments
 (0)