Skip to content

Commit f6cd8ad

Browse files
authored
fix: clusterrole need nodes list (#93)
1 parent b49be96 commit f6cd8ad

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

helm/vmss-prototype/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apiVersion: v1
22
description: A Helm chart for the Kamino vmss-prototype pattern image generator
33
name: vmss-prototype
4-
version: 0.0.17
4+
version: 0.0.18
55
maintainers:
66
- name: Michael Sinz
77
email: msinz@microsoft.com

helm/vmss-prototype/templates/vmss-prototype.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ rules:
2929
verbs: ["get", "list", "delete", "create"]
3030
- apiGroups: [""]
3131
resources: ["nodes"]
32-
verbs: ["get", "patch"]
32+
verbs: ["get", "patch", "list"]
3333
- apiGroups: ["apps"]
3434
resources: ["statefulsets", "namespaces", "daemonsets", "replicasets"]
3535
verbs: ["get", "list"]

0 commit comments

Comments
 (0)