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 1ac171c commit b1688c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/kubevault-operator/templates/cluster-role.yaml
Expand Up @@ -60,7 +60,7 @@ rules:
- ""
resources:
- nodes
verbs: ["list"]
verbs: ["get", "list", "watch"]
- apiGroups:
- ""
resources:
Expand Down

0 comments on commit b1688c6

Please sign in to comment.