Skip to content

Commit

Permalink
use KubeVersion.Version helm value
Browse files Browse the repository at this point in the history
  • Loading branch information
MrBatschner committed Feb 16, 2024
1 parent 02e874a commit 293ea1d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ spec:
matchLabels:
app.kubernetes.io/name: gardener-extension-os-coreos
app.kubernetes.io/instance: {{ .Release.Name }}
{{- if semverCompare ">= 1.26-0" .Capabilities.KubeVersion.GitVersion }}
{{- if semverCompare ">= 1.26-0" .Capabilities.KubeVersion.Version }}
unhealthyPodEvictionPolicy: AlwaysAllow
{{- end }}

0 comments on commit 293ea1d

Please sign in to comment.