Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
This list nodes permission should be added to prevent errors during execution.
  • Loading branch information
Michael-McClelland authored Feb 6, 2024
1 parent b0451e9 commit cf8460a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ metadata:
name: hardeneks-runner
rules:
- apiGroups: [""]
resources: ["namespaces", "resourcequotas", "persistentvolumes", "pods", "services"]
resources: ["namespaces", "resourcequotas", "persistentvolumes", "pods", "services", "nodes"]
verbs: ["list"]
- apiGroups: ["rbac.authorization.k8s.io"]
resources: ["clusterroles", "clusterrolebindings", "roles", "rolebindings"]
Expand Down

0 comments on commit cf8460a

Please sign in to comment.