Merge pull request #7190 from wallrj/fix-podmonitor-template-indentation

Fix incorrect indentation of the PodMonitor template in the Helm chart
This commit is contained in:
cert-manager-prow[bot] 2024-07-19 09:11:10 +00:00 committed by GitHub
commit fc198e9197
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 }}