Skip to content

Commit

Permalink
fix rbac
Browse files Browse the repository at this point in the history
  • Loading branch information
chotiwat committed Oct 31, 2024
1 parent 665f1ba commit 57333b5
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@ rules:
resources: ["leases"]
verbs: ["create"]
- apiGroups: ["coordination.k8s.io"]
resourceNames: ["kube-scheduler"]
resourceNames: ["{{ .Values.scheduler.name }}"]
resources: ["leases"]
verbs: ["get", "update"]
- apiGroups: [""]
resources: ["endpoints"]
verbs: ["create"]
- apiGroups: [""]
resourceNames: ["kube-scheduler"]
resourceNames: ["{{ .Values.scheduler.name }}"]
resources: ["endpoints"]
verbs: ["get", "update"]
- apiGroups: [""]
Expand Down

0 comments on commit 57333b5

Please sign in to comment.