From b5e617c3c055566e2641a6dd9f9ad2fbfab54aae Mon Sep 17 00:00:00 2001 From: James Andariese Date: Sat, 15 Jul 2023 18:29:30 -0500 Subject: [PATCH] true needs to be a string for haproxy, maybe? --- argo1/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/argo1/values.yaml b/argo1/values.yaml index e9f0afe..7a36262 100644 --- a/argo1/values.yaml +++ b/argo1/values.yaml @@ -19,7 +19,7 @@ haproxy-ingress: controller: config: fronting-proxy-port: "81" - use-proxy-protocol: true + use-proxy-protocol: "true" extraArgs: watch-ingress-without-class: "" ingressClass: haproxy