Skip to content

Commit

Permalink
add missing permissions to the role used by the SA (#143)
Browse files Browse the repository at this point in the history
  • Loading branch information
aimbot31 authored Apr 4, 2024
1 parent a87be9f commit b6fb907
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions chart/templates/clusterrole.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,7 @@ rules:
- apiGroups: [ "" ]
resources: [ "nodes" ]
verbs: [ "get" ]
- apiGroups: [ "coordination.k8s.io" ]
resources: [ "leases" ]
verbs: [ "create", "get", "delete" ]
{{- end }}

0 comments on commit b6fb907

Please sign in to comment.