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