Skip to content

Commit

Permalink
chore: remove unnecessary role verb (#109)
Browse files Browse the repository at this point in the history
Remove `create` verb from gpu-provisioner clutser-role as it's not
needed.

Signed-off-by: Heba <31887807+helayoty@users.noreply.github.com>
helayoty authored Mar 18, 2024
1 parent 78151c3 commit 9d9153b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/gpu-provisioner/templates/clusterrole-core.yaml
Original file line number Diff line number Diff line change
@@ -56,7 +56,7 @@ rules:
verbs: ["create", "patch"]
- apiGroups: [""]
resources: ["nodes"]
verbs: ["create", "patch", "delete"]
verbs: ["patch", "delete"]
- apiGroups: [""]
resources: ["pods/eviction"]
verbs: ["create"]

0 comments on commit 9d9153b

Please sign in to comment.