diff --git a/deploy/nyancat/templates/clusterrole.yaml b/deploy/nyancat/templates/clusterrole.yaml index 78c8f0495ce..4a951814d5b 100644 --- a/deploy/nyancat/templates/clusterrole.yaml +++ b/deploy/nyancat/templates/clusterrole.yaml @@ -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"]