diff --git a/calico/templates/bin/_calico-settings.sh.tpl b/calico/templates/bin/_calico-settings.sh.tpl index 041036f49..f2c0f9221 100644 --- a/calico/templates/bin/_calico-settings.sh.tpl +++ b/calico/templates/bin/_calico-settings.sh.tpl @@ -2,6 +2,8 @@ set -eux +{{- $envAll := . }} + {{ if empty .Values.conf.node.CALICO_IPV4POOL_CIDR }} {{ $_ := set .Values.conf.node "CALICO_IPV4POOL_CIDR" .Values.networking.podSubnet }} {{ end }} @@ -66,5 +68,20 @@ $CTL apply -f - <