From 09a56392e9cddbe735d37c922c5872fd702457c1 Mon Sep 17 00:00:00 2001 From: kaiyou <dev@kaiyou.fr> Date: Sun, 4 Feb 2024 13:36:21 +0100 Subject: [PATCH] Fix Calico configuration --- helm/templates/calico.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm/templates/calico.yaml b/helm/templates/calico.yaml index 5a659b7..751c1dd 100644 --- a/helm/templates/calico.yaml +++ b/helm/templates/calico.yaml @@ -8,7 +8,7 @@ spec: registry: {{ .Values.calico.image.registry }} # These paths are specific to hepto storing data in /data flexVolumePath: /data/kubelet/volume-plugins - kubeletVolumePluginPath: /data/ + kubeletVolumePluginPath: /data/kubelet/ calicoNetwork: ipPools: - blockSize: 122 -- GitLab