Merge pull request #175 from manuelbuil/fix_canal_bug2

Fix bug in canal init container
pull/176/head
Manuel Buil 2021-10-22 18:06:52 +02:00 committed by GitHub
commit 11bc623431
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -1,2 +1,2 @@
url: local
packageVersion: 02
packageVersion: 03