Explicitely disable encapsulation in dual-stack

Signed-off-by: Manuel Buil <mbuil@suse.com>
pull/148/head
Manuel Buil 2021-09-24 09:50:17 +02:00
parent 78916c18a9
commit 02ea411afd
2 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@
+{{ $myIP6Dict := dict "natOutgoing" "Enabled" "cidr" .Values.global.clusterCIDRv6 }}
+{{ $allIpPools := get .Values.installation.calicoNetwork "ipPools" }}
+{{ range $allIpPools }}
+{{ $_ := unset . "encapsulation" }}
+{{ $_ := set . "encapsulation" "None" }}
+{{ end }}
+{{ $finalIpPoolList := append $allIpPools $myIP6Dict }}
+{{ $calicoNetwork := get .Values.installation "calicoNetwork" }}

View File

@ -1,5 +1,5 @@
url: https://github.com/projectcalico/calico/releases/download/v3.19.2/tigera-operator-v3.19.2-2.tgz
packageVersion: 04
packageVersion: 05
additionalCharts:
- workingDir: charts-crd
crdOptions: