2020-07-14 16:39:12 +00:00
|
|
|
{{- if .Values.istio.enabled }}
|
|
|
|
{{ template "kubezero-app.app" dict "root" . "name" "istio" "type" "helm" }}
|
|
|
|
syncPolicy:
|
|
|
|
automated:
|
|
|
|
prune: true
|
2020-07-15 17:13:23 +00:00
|
|
|
|
2020-07-15 17:15:18 +00:00
|
|
|
ignoreDifferences:
|
2020-07-15 17:13:23 +00:00
|
|
|
- group: apiextensions.k8s.io
|
|
|
|
kind: CustomResourceDefinition
|
|
|
|
jsonPointers:
|
|
|
|
- /metadata/labels
|
|
|
|
- /spec/additionalPrinterColumns
|
2020-07-14 16:39:12 +00:00
|
|
|
{{- end }}
|