Skip to content

Commit

Permalink
Add SiteInfo publisher permission
Browse files Browse the repository at this point in the history
Signed-off-by: Tamal Saha <tamal@appscode.com>
  • Loading branch information
tamalsaha committed Oct 7, 2021
1 parent df91337 commit 3e45fb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/kubedb-enterprise/templates/cluster-role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ rules:
- ""
resources:
- nodes
verbs: ["list"]
verbs: ["get", "list", "watch"]
- apiGroups:
- kubedb.com
- catalog.kubedb.com
Expand Down

0 comments on commit 3e45fb5

Please sign in to comment.