Skip to content

Commit

Permalink
fix(rbac): add read access to services (#156)
Browse files Browse the repository at this point in the history
  • Loading branch information
fad3t authored Nov 4, 2024
1 parent 6bafba5 commit 272b982
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
2 changes: 1 addition & 1 deletion charts/nutanix-cloud-provider/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ keywords:
- Cloud Controller Manager
- Cloud
- CCM
version: 0.4.1
version: 0.4.2
appVersion: "v0.4.1"
annotations:
artifacthub.io/displayName: "Nutanix Cloud Provider"
Expand Down
8 changes: 1 addition & 7 deletions charts/nutanix-cloud-provider/templates/rbac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,8 @@ rules:
- ""
resources:
- secrets
verbs:
- get
- list
- watch
- apiGroups:
- ""
resources:
- configmaps
- services
verbs:
- get
- list
Expand Down

0 comments on commit 272b982

Please sign in to comment.