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