Skip to content

Commit

Permalink
Add permission for SiteInfo publisher
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 a38d2b3 commit a088dcd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/stash-community/templates/cluster-role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ rules:
- ""
resources:
- nodes
verbs: ["list"]
verbs: ["get", "list", "watch"]
- apiGroups:
- ""
resources:
Expand Down
2 changes: 1 addition & 1 deletion charts/stash-enterprise/templates/cluster-role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ rules:
- ""
resources:
- nodes
verbs: ["list"]
verbs: ["get", "list", "watch"]
- apiGroups:
- ""
resources:
Expand Down

0 comments on commit a088dcd

Please sign in to comment.