We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 664ea96 commit 6832ed2Copy full SHA for 6832ed2
charts/redis-ha/templates/redis-ha-announce-service.yaml
@@ -15,14 +15,14 @@ metadata:
15
{{ $key }}: {{ $value | quote }}
16
{{- end }}
17
annotations:
18
-{{- if (semverCompare "<=1.10-0" $.Capabilities.KubeVersion.Version) }}
+{{- if (semverCompare "<=1.10-0" $.Capabilities.KubeVersion) }}
19
service.alpha.kubernetes.io/tolerate-unready-endpoints: "true"
20
21
{{- if $root.Values.serviceAnnotations }}
22
{{ toYaml $root.Values.serviceAnnotations | indent 4 }}
23
24
spec:
25
-{{- if (semverCompare ">=1.11-0" $.Capabilities.KubeVersion.Version) }}
+{{- if (semverCompare ">=1.11-0" $.Capabilities.KubeVersion) }}
26
publishNotReadyAddresses: true
27
28
type: ClusterIP
0 commit comments