kubezero/charts/kubezero/templates/calico.yaml

9 lines
252 B
YAML

{{- if .Values.calico.enabled }}
{{ template "kubezero-app.app" dict "root" . "name" "calico" "type" .Values.calico.type "retain" true }}
ignoreDifferences:
- group: api
kind: CustomResourceDefinition
jsonPointers:
- /status
{{- end }}