We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49504e1 commit ed228a2Copy full SHA for ed228a2
charts/kube-arch-scheduler/Chart.yaml
@@ -13,5 +13,5 @@ type: application
13
# This is the chart version. This version number should be incremented each time you make changes
14
# to the chart and its templates, including the app version.
15
# Versions are expected to follow Semantic Versioning (https://semver.org/)
16
-version: 0.0.13
+version: 0.0.14
17
appVersion: 0.0.5
charts/kube-arch-scheduler/templates/kube-scheduler-config.yaml
@@ -6,6 +6,8 @@ metadata:
6
data:
7
scheduler-config.yaml: |
8
apiVersion: kubescheduler.config.k8s.io/v1beta3
9
+ leaderElection:
10
+ leaderElect: false
11
kind: KubeSchedulerConfiguration
12
profiles:
{{- if .Values.addToDefaultScheduler }}
0 commit comments