Skip to content

Commit

Permalink
fix leader election config
Browse files Browse the repository at this point in the history
  • Loading branch information
chotiwat committed Oct 31, 2024
1 parent bb56af1 commit 665f1ba
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ data:
kind: KubeSchedulerConfiguration
leaderElection:
leaderElect: {{ .Values.scheduler.leaderElect }}
resourceNamespace: {{ .Release.Namespace }}
resourceName: {{ .Values.scheduler.name }}
profiles:
# Compose all plugins in one profile
- schedulerName: {{ .Values.scheduler.name }}
Expand Down

0 comments on commit 665f1ba

Please sign in to comment.