File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
charts/prometheus-haproxy-exporter Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11apiVersion : v2
22name : prometheus-haproxy-exporter
33description : A Helm chart to export the metrics from haproxy in Prometheus format.
4- version : 0.1.4
4+ version : 0.1.5
55appVersion : " v0.13.0"
66keywords :
77- haproxy-exporter
Original file line number Diff line number Diff line change @@ -28,10 +28,10 @@ spec:
2828 {{- end}}
2929 args :
3030 {{- if .Values.haproxy.scrapeUri }}
31- - --haproxy.scrape-uri={{ .Values.haproxy.scrapeUri }}
31+ - --haproxy.scrape-uri={{ .Values.haproxy.scrapeUri }}
3232 {{- end }}
3333 {{- if eq .Values.haproxy.verify_ssl false}}
34- - --no-haproxy.ssl-verify
34+ - --no-haproxy.ssl-verify
3535 {{- end}}
3636 {{- range .Values.haproxy.ExtraArgs }}
3737 - {{ . }}
You can’t perform that action at this time.
0 commit comments