mirror of https://git.rancher.io/rke2-charts
Merge pull request #148 from manuelbuil/encapNone
Explicitly disable encapsulation in dual-stack env for Calicopull/149/head
commit
c2cc483e2f
|
@ -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" }}
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue