Fix Cilium typo

Signed-off-by: Manuel Buil <mbuil@suse.com>
pull/240/head
Manuel Buil 2022-04-11 15:54:46 +02:00
parent ffc2594018
commit f525894f98
2 changed files with 3 additions and 3 deletions

View File

@ -6,9 +6,9 @@
# address. # address.
- enable-ipv6: {{ .Values.ipv6.enabled | quote }} - enable-ipv6: {{ .Values.ipv6.enabled | quote }}
+{{- if coalesce .Values.global.clusterCIDRv6 .Values.ipv6.enabled }} +{{- if coalesce .Values.global.clusterCIDRv6 .Values.ipv6.enabled }}
+ enable-ipv6: true + enable-ipv6: "true"
+{{ else }} +{{ else }}
+ enable-ipv6: false + enable-ipv6: "false"
+{{- end }} +{{- end }}
{{- if .Values.cleanState }} {{- if .Values.cleanState }}

View File

@ -1,2 +1,2 @@
url: https://helm.cilium.io/cilium-1.11.2.tgz url: https://helm.cilium.io/cilium-1.11.2.tgz
packageVersion: 02 packageVersion: 03