Skip to content

Commit

Permalink
chore: add clusters read privilege for nyancat (#5574)
Browse files Browse the repository at this point in the history
  • Loading branch information
heng4fun authored Oct 23, 2023
1 parent 92c056c commit 463b160
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion deploy/nyancat/templates/clusterrole.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,7 @@ metadata:
rules:
- apiGroups: [""]
resources: ["services", "pods", "secrets"]
verbs: ["get", "list"]
verbs: ["get", "list", "watch"]
- apiGroups: ["apps.kubeblocks.io"]
resources: ["clusters"]
verbs: ["get", "list", "watch"]

0 comments on commit 463b160

Please sign in to comment.