Skip to content

Commit 2320018

Browse files
Harry Liwawa0210
authored andcommitted
feat(chart): Delete update verbs from the node resources
Signed-off-by: Harry Li <[email protected]>
1 parent 02e9a71 commit 2320018

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

charts/hami/templates/scheduler/clusterrole.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ rules:
1414
verbs: ["create"]
1515
- apiGroups: [""]
1616
resources: ["nodes"]
17-
verbs: ["get", "list", "patch", "update", "watch"]
17+
verbs: ["get", "list", "patch", "watch"]
1818
- apiGroups: [""]
1919
resources: ["events"]
2020
verbs: ["create", "get", "list"]

0 commit comments

Comments
 (0)