2020-11-26 13:21:10 +00:00
|
|
|
{{- define "metrics-values" }}
|
|
|
|
|
2020-12-02 11:53:19 +00:00
|
|
|
{{- with .Values.metrics.istio }}
|
|
|
|
istio:
|
|
|
|
{{- toYaml . | nindent 2 }}
|
2020-11-26 13:21:10 +00:00
|
|
|
{{- end }}
|
|
|
|
{{- if index .Values "metrics" "kube-prometheus-stack" }}
|
|
|
|
kube-prometheus-stack:
|
|
|
|
{{- with index .Values "metrics" "kube-prometheus-stack" }}
|
|
|
|
{{- toYaml . | nindent 2 }}
|
|
|
|
{{- end }}
|
|
|
|
{{- end }}
|
2021-01-21 12:31:06 +00:00
|
|
|
{{- if index .Values "metrics" "prometheus-adapter" }}
|
|
|
|
prometheus-adapter:
|
|
|
|
{{- with index .Values "metrics" "prometheus-adapter" }}
|
|
|
|
{{- toYaml . | nindent 2 }}
|
|
|
|
{{- end }}
|
|
|
|
{{- end }}
|
2020-11-26 13:21:10 +00:00
|
|
|
|
|
|
|
{{- end }}
|
|
|
|
|
|
|
|
|
|
|
|
{{- define "metrics-argo" }}
|
2020-11-24 15:29:38 +00:00
|
|
|
|
|
|
|
ignoreDifferences:
|
|
|
|
- group: admissionregistration.k8s.io
|
|
|
|
kind: ValidatingWebhookConfiguration
|
|
|
|
jsonPointers:
|
|
|
|
- /webhooks/0/failurePolicy
|
|
|
|
- group: admissionregistration.k8s.io
|
|
|
|
kind: MutatingWebhookConfiguration
|
|
|
|
jsonPointers:
|
|
|
|
- /webhooks/0/failurePolicy
|
|
|
|
|
2020-07-30 17:18:32 +00:00
|
|
|
{{- end }}
|
2020-11-26 13:21:10 +00:00
|
|
|
|
|
|
|
|
|
|
|
{{ include "kubezero-app.app" . }}
|