Fix incorrect indentation of the PodMonitor template in the Helm chart
Signed-off-by: Richard Wall <richard.wall@venafi.com>
This commit is contained in:
parent
bfbe9fbc50
commit
c5e95aac63
@ -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