kubezero/charts/kubezero/templates/calico.yaml

10 lines
257 B
YAML
Raw Normal View History

{{- if .Values.calico.enabled }}
2020-07-29 13:46:55 +00:00
{{ template "kubezero-app.app" dict "root" . "name" "calico" "type" "helm" "retain" true }}
2020-07-08 14:17:35 +00:00
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 }}