mirror of https://git.rancher.io/rke2-charts
Merge pull request #175 from manuelbuil/fix_canal_bug2
Fix bug in canal init containerpull/176/head
commit
11bc623431
|
@ -45,7 +45,7 @@ spec:
|
|||
# and CNI network config file on each node.
|
||||
- name: install-cni
|
||||
image: {{ template "system_default_registry" . }}{{ .Values.calico.cniImage.repository }}:{{ .Values.calico.cniImage.tag }}
|
||||
command: ["/opt/cni/bin/install"]
|
||||
command: ["/install-cni.sh"]
|
||||
env:
|
||||
# Name of the CNI config file to create.
|
||||
- name: CNI_CONF_NAME
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
url: local
|
||||
packageVersion: 02
|
||||
packageVersion: 03
|
||||
|
|
Loading…
Reference in New Issue