15 lines
378 B
YAML
15 lines
378 B
YAML
{{- if .Values.calico.enabled }}
|
|
{{ template "kubezero-app.app" dict "root" . "name" "calico" "type" .Values.calico.type "retain" true }}
|
|
{{- if not .Values.calico.values.migration }}
|
|
syncPolicy:
|
|
automated:
|
|
prune: true
|
|
{{- end }}
|
|
|
|
ignoreDifferences:
|
|
- group: apiextensions.k8s.io
|
|
kind: CustomResourceDefinition
|
|
jsonPointers:
|
|
- /status
|
|
{{- end }}
|