From 834841d6e5b55901fbf57f38d583cd4783b13267 Mon Sep 17 00:00:00 2001 From: Stefan Reimer Date: Wed, 8 Jul 2020 17:09:52 +0100 Subject: [PATCH] Derp --- charts/kubezero/templates/calico.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/kubezero/templates/calico.yaml b/charts/kubezero/templates/calico.yaml index 79f9d8fd..a56ad5e3 100644 --- a/charts/kubezero/templates/calico.yaml +++ b/charts/kubezero/templates/calico.yaml @@ -1,6 +1,6 @@ {{- if .Values.calico.enabled }} {{ template "kubezero-app.app" dict "root" . "name" "calico" "type" .Values.calico.type "retain" true }} - {{- if not .Values.calico.migration }} + {{- if not .Values.calico.values.migration }} syncPolicy: automated: prune: true