Skip to content

Commit 2b71cc7

Browse files
committed
add permissions for cnpg operator
1 parent 04efd76 commit 2b71cc7

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.2.0-rc.0
1+
0.2.0-rc.1

config/rbac/role.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,12 @@ rules:
156156
- "clickhouseinstallations"
157157
verbs:
158158
- "*"
159+
- apiGroups:
160+
- "postgresql.cnpg.io"
161+
resources:
162+
- "clusters"
163+
verbs:
164+
- "*"
159165
##
160166
## Rules for application.kubero.dev/v1alpha1, Kind: Kubero
161167
##

0 commit comments

Comments
 (0)