KubeZero/charts/kubezero/templates/calico.yaml

15 lines
378 B
YAML
Raw Normal View History

{{- if .Values.calico.enabled }}
2020-07-07 13:28:32 +00:00
{{ template "kubezero-app.app" dict "root" . "name" "calico" "type" .Values.calico.type "retain" true }}
2020-07-08 16:09:52 +00:00
{{- if not .Values.calico.values.migration }}
2020-07-08 14:17:35 +00:00
syncPolicy:
automated:
prune: true
2020-07-08 15:59:25 +00:00
{{- end }}
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 }}