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:
|
||||
node:
|
||||
@@ -51,11 +64,28 @@
|
||||
@@ -51,11 +64,30 @@
|
||||
|
||||
# Image and registry configuration for the tigera/operator pod.
|
||||
tigeraOperator:
|
||||
|
@ -46,6 +46,8 @@
|
|||
tag: v3.27.0
|
||||
|
||||
-kubeletVolumePluginPath: /var/lib/kubelet
|
||||
+kubeletVolumePluginPath: "None"
|
||||
+
|
||||
+global:
|
||||
+ systemDefaultRegistry: ""
|
||||
+ clusterCIDRv4: ""
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
url: https://github.com/projectcalico/calico/releases/download/v3.27.0/tigera-operator-v3.27.0.tgz
|
||||
packageVersion: 01
|
||||
packageVersion: 02
|
||||
additionalCharts:
|
||||
- workingDir: charts-crd
|
||||
crdOptions:
|
||||
|
|
Loading…
Reference in New Issue