kubezero/charts/kubezero/templates/calico.yaml

13 lines
304 B
YAML

{{- if .Values.calico.enabled }}
{{ template "kubezero-app.app" dict "root" . "name" "calico" "type" "helm" "retain" true }}
syncPolicy:
automated:
prune: true
ignoreDifferences:
- group: apiextensions.k8s.io
kind: CustomResourceDefinition
jsonPointers:
- /status
{{- end }}