2020-05-05 14:21:09 +00:00
|
|
|
{{- if .Values.calico.enabled }}
|
2020-07-07 13:28:32 +00:00
|
|
|
{{ template "kubezero-app.app" dict "root" . "name" "calico" "type" .Values.calico.type "retain" true }}
|
2020-07-08 14:17:35 +00:00
|
|
|
syncPolicy:
|
|
|
|
automated:
|
|
|
|
prune: true
|
|
|
|
|
2020-07-08 13:52:13 +00:00
|
|
|
ignoreDifferences:
|
2020-07-08 14:17:35 +00:00
|
|
|
- group: apiextensions.k8s.io
|
2020-07-08 13:52:13 +00:00
|
|
|
kind: CustomResourceDefinition
|
|
|
|
jsonPointers:
|
|
|
|
- /status
|
2020-07-05 22:42:23 +00:00
|
|
|
{{- end }}
|