Skip to content

Commit

Permalink
fix: clusterrole need nodes list (#93)
Browse files Browse the repository at this point in the history
  • Loading branch information
jackfrancis authored Mar 5, 2022
1 parent b49be96 commit f6cd8ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion helm/vmss-prototype/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
description: A Helm chart for the Kamino vmss-prototype pattern image generator
name: vmss-prototype
version: 0.0.17
version: 0.0.18
maintainers:
- name: Michael Sinz
email: msinz@microsoft.com
Expand Down
2 changes: 1 addition & 1 deletion helm/vmss-prototype/templates/vmss-prototype.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ rules:
verbs: ["get", "list", "delete", "create"]
- apiGroups: [""]
resources: ["nodes"]
verbs: ["get", "patch"]
verbs: ["get", "patch", "list"]
- apiGroups: ["apps"]
resources: ["statefulsets", "namespaces", "daemonsets", "replicasets"]
verbs: ["get", "list"]
Expand Down

0 comments on commit f6cd8ad

Please sign in to comment.