Skip to content

Commit

Permalink
Fixing deployment syntax error as per #26
Browse files Browse the repository at this point in the history
  • Loading branch information
Haloghen committed Jun 21, 2024
1 parent 2ecd77a commit b0c8e8f
Showing 1 changed file with 2 additions and 2 deletions.
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 b0c8e8f

Please sign in to comment.