2020-11-26 05:21:10 -08:00
|
|
|
{{- define "istio-values" }}
|
2021-04-16 13:41:31 +02:00
|
|
|
|
|
|
|
{{- if .Values.HighAvailableControlplane }}
|
|
|
|
global:
|
|
|
|
defaultPodDisruptionBudget:
|
|
|
|
enabled: true
|
|
|
|
|
2020-11-26 05:21:10 -08:00
|
|
|
istio-discovery:
|
|
|
|
pilot:
|
2021-04-16 13:41:31 +02:00
|
|
|
replicaCount: 2
|
2021-04-22 15:43:10 +02:00
|
|
|
|
|
|
|
telemetry:
|
|
|
|
enabled: {{ .Values.metrics.enabled }}
|
2021-04-16 13:41:31 +02:00
|
|
|
{{- end }}
|
|
|
|
|
2020-11-26 05:21:10 -08:00
|
|
|
{{- end }}
|
|
|
|
|
|
|
|
|
|
|
|
{{- define "istio-argo" }}
|
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-11-24 07:18:14 -08:00
|
|
|
- group: admissionregistration.k8s.io
|
|
|
|
kind: MutatingWebhookConfiguration
|
|
|
|
jsonPointers:
|
|
|
|
- /webhooks/0/clientConfig/caBundle
|
|
|
|
- /webhooks/0/failurePolicy
|
2020-07-14 17:39:12 +01:00
|
|
|
{{- end }}
|
2020-11-26 05:21:10 -08:00
|
|
|
|
|
|
|
{{ include "kubezero-app.app" . }}
|