mirror of https://git.rancher.io/rke2-charts
Fixed CSI node config on Calico
Signed-off-by: Roberto Bonafiglia <roberto.bonafiglia@suse.com>pull/411/head
parent
79b88d304e
commit
9670b89141
|
@ -31,7 +31,7 @@
|
||||||
|
|
||||||
certs:
|
certs:
|
||||||
node:
|
node:
|
||||||
@@ -51,11 +64,28 @@
|
@@ -51,11 +64,30 @@
|
||||||
|
|
||||||
# Image and registry configuration for the tigera/operator pod.
|
# Image and registry configuration for the tigera/operator pod.
|
||||||
tigeraOperator:
|
tigeraOperator:
|
||||||
|
@ -46,6 +46,8 @@
|
||||||
tag: v3.27.0
|
tag: v3.27.0
|
||||||
|
|
||||||
-kubeletVolumePluginPath: /var/lib/kubelet
|
-kubeletVolumePluginPath: /var/lib/kubelet
|
||||||
|
+kubeletVolumePluginPath: "None"
|
||||||
|
+
|
||||||
+global:
|
+global:
|
||||||
+ systemDefaultRegistry: ""
|
+ systemDefaultRegistry: ""
|
||||||
+ clusterCIDRv4: ""
|
+ clusterCIDRv4: ""
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
url: https://github.com/projectcalico/calico/releases/download/v3.27.0/tigera-operator-v3.27.0.tgz
|
url: https://github.com/projectcalico/calico/releases/download/v3.27.0/tigera-operator-v3.27.0.tgz
|
||||||
packageVersion: 01
|
packageVersion: 02
|
||||||
additionalCharts:
|
additionalCharts:
|
||||||
- workingDir: charts-crd
|
- workingDir: charts-crd
|
||||||
crdOptions:
|
crdOptions:
|
||||||
|
|
Loading…
Reference in New Issue