diff --git a/helm_chart/HyperPodHelmChart/charts/hyperpod-patching/templates/clusterrole.yaml b/helm_chart/HyperPodHelmChart/charts/hyperpod-patching/templates/clusterrole.yaml index b3971d70..1e8bb358 100644 --- a/helm_chart/HyperPodHelmChart/charts/hyperpod-patching/templates/clusterrole.yaml +++ b/helm_chart/HyperPodHelmChart/charts/hyperpod-patching/templates/clusterrole.yaml @@ -9,3 +9,6 @@ rules: - apiGroups: [""] resources: ["pods/eviction"] verbs: ["create"] + - apiGroups: [""] + resources: ["nodes"] + verbs: ["list", "get", "patch"]