From c5e95aac633b68e2a94729c4425d0b9a7a3a8f13 Mon Sep 17 00:00:00 2001 From: Richard Wall Date: Fri, 19 Jul 2024 09:20:20 +0100 Subject: [PATCH] Fix incorrect indentation of the PodMonitor template in the Helm chart Signed-off-by: Richard Wall --- deploy/charts/cert-manager/templates/podmonitor.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/charts/cert-manager/templates/podmonitor.yaml b/deploy/charts/cert-manager/templates/podmonitor.yaml index 65475569a..175460ebe 100644 --- a/deploy/charts/cert-manager/templates/podmonitor.yaml +++ b/deploy/charts/cert-manager/templates/podmonitor.yaml @@ -45,6 +45,6 @@ spec: scrapeTimeout: {{ .Values.prometheus.podmonitor.scrapeTimeout }} honorLabels: {{ .Values.prometheus.podmonitor.honorLabels }} {{- with .Values.prometheus.podmonitor.endpointAdditionalProperties }} - {{- toYaml . | nindent 4 }} + {{- toYaml . | nindent 6 }} {{- end }} {{- end }}