mirror of https://git.rancher.io/rke2-charts
parent
ffc2594018
commit
f525894f98
|
@ -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 }}
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue