Skip to content

Commit 4bb06d1

Browse files
authored
Fix error as described in #26 (#27)
* Fixing deployment syntax error as per #26 * Bumping chart minor version. Closes #26
1 parent ea3aec2 commit 4bb06d1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

charts/prometheus-haproxy-exporter/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apiVersion: v2
22
name: prometheus-haproxy-exporter
33
description: A Helm chart to export the metrics from haproxy in Prometheus format.
4-
version: 0.1.4
4+
version: 0.1.5
55
appVersion: "v0.13.0"
66
keywords:
77
- haproxy-exporter

charts/prometheus-haproxy-exporter/templates/deployment.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
- {{ . }}

0 commit comments

Comments
 (0)