kubezero/charts/kubezero/templates/calico.yaml

10 lines
200 B
YAML
Raw Normal View History

{{- if .Values.calico.enabled }}
2020-08-21 19:39:55 +00:00
{{ include "kubezero-app.app" . }}
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 }}