15 lines
378 B
YAML
Raw Normal View History

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