Skip to content

Commit b654c09

Browse files
ADD Petset GET, LIST, WATCH Permission to Webhook Server (#1793)
Signed-off-by: souravbiswassanto <saurov@appscode.com>
1 parent f8264e6 commit b654c09

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

charts/kubedb-webhook-server/templates/cluster-role.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,3 +126,8 @@ rules:
126126
verbs:
127127
- create
128128
- patch
129+
- apiGroups:
130+
- apps.k8s.appscode.com
131+
resources:
132+
- "placementpolicies"
133+
verbs: ["*"]

0 commit comments

Comments
 (0)