helm: fix tolerations on 1.24

fixes #542
This commit is contained in:
elchenberg
2022-05-12 08:57:34 +02:00
committed by Christian Kotzbauer
parent d1e8b1b1a5
commit 84fa914fe6
+1 -1
View File
@@ -175,7 +175,7 @@ spec:
{{ toYaml . | indent 8 }}
{{- end }}
{{- else }}
{{- if ge .Capabilities.KubeVersion.Minor "24" -}}
{{- if ge .Capabilities.KubeVersion.Minor "24" }}
- key: node-role.kubernetes.io/control-plane
effect: NoSchedule
{{- else }}