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 146ed57 commit fee6642
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-suse-chost
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 fee6642

Please sign in to comment.