Skip to content

Commit

Permalink
Fix error as described in #26 (#27)
Browse files Browse the repository at this point in the history
* Fixing deployment syntax error as per #26

* Bumping chart minor version.

Closes #26
  • Loading branch information
Haloghen authored Jun 21, 2024
1 parent ea3aec2 commit 4bb06d1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/prometheus-haproxy-exporter/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
name: prometheus-haproxy-exporter
description: A Helm chart to export the metrics from haproxy in Prometheus format.
version: 0.1.4
version: 0.1.5
appVersion: "v0.13.0"
keywords:
- haproxy-exporter
Expand Down
4 changes: 2 additions & 2 deletions charts/prometheus-haproxy-exporter/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ spec:
{{- end}}
args:
{{- if .Values.haproxy.scrapeUri }}
- --haproxy.scrape-uri={{ .Values.haproxy.scrapeUri }}
- --haproxy.scrape-uri={{ .Values.haproxy.scrapeUri }}
{{- end }}
{{- if eq .Values.haproxy.verify_ssl false}}
- --no-haproxy.ssl-verify
- --no-haproxy.ssl-verify
{{- end}}
{{- range .Values.haproxy.ExtraArgs }}
- {{ . }}
Expand Down

0 comments on commit 4bb06d1

Please sign in to comment.