2022-04-11 09:52:32 +00:00
|
|
|
--- charts-original/templates/cilium-configmap.yaml
|
|
|
|
+++ charts/templates/cilium-configmap.yaml
|
2022-05-24 08:07:43 +00:00
|
|
|
@@ -199,7 +199,11 @@
|
2022-04-11 09:52:32 +00:00
|
|
|
|
|
|
|
# Enable IPv6 addressing. If enabled, all endpoints are allocated an IPv6
|
|
|
|
# address.
|
|
|
|
- enable-ipv6: {{ .Values.ipv6.enabled | quote }}
|
|
|
|
+{{- if coalesce .Values.global.clusterCIDRv6 .Values.ipv6.enabled }}
|
2022-04-11 13:54:46 +00:00
|
|
|
+ enable-ipv6: "true"
|
2022-04-11 09:52:32 +00:00
|
|
|
+{{ else }}
|
2022-04-11 13:54:46 +00:00
|
|
|
+ enable-ipv6: "false"
|
2022-04-11 09:52:32 +00:00
|
|
|
+{{- end }}
|
|
|
|
|
|
|
|
{{- if .Values.cleanState }}
|
|
|
|
# If a serious issue occurs during Cilium startup, this
|