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:
commit
fc198e9197
@ -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 }}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user