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.
- enable-ipv6: {{ .Values.ipv6.enabled | quote }}
+{{- if coalesce .Values.global.clusterCIDRv6 .Values.ipv6.enabled }}
+ enable-ipv6: true
+ enable-ipv6: "true"
+{{ else }}
+ enable-ipv6: false
+ enable-ipv6: "false"
+{{- end }}
{{- if .Values.cleanState }}

View File

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