From b0c8e8fa4f6c02cfefa939e0a90cb1c9fa43830a Mon Sep 17 00:00:00 2001 From: Francesco Zimbolo Date: Fri, 21 Jun 2024 13:44:20 +0200 Subject: [PATCH] Fixing deployment syntax error as per #26 --- charts/prometheus-haproxy-exporter/templates/deployment.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/prometheus-haproxy-exporter/templates/deployment.yaml b/charts/prometheus-haproxy-exporter/templates/deployment.yaml index 441b0c3..c805dcf 100644 --- a/charts/prometheus-haproxy-exporter/templates/deployment.yaml +++ b/charts/prometheus-haproxy-exporter/templates/deployment.yaml @@ -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 }} - {{ . }}