From cc62bc080be37e5705849f26fb24b81e04783505 Mon Sep 17 00:00:00 2001 From: Jose Diaz-Gonzalez Date: Tue, 23 Jan 2024 04:55:38 -0500 Subject: [PATCH] fix: use correct field for comparison --- plugins/scheduler-k3s/templates/chart/ingress-route.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/scheduler-k3s/templates/chart/ingress-route.yaml b/plugins/scheduler-k3s/templates/chart/ingress-route.yaml index 444a25c88..5b48bb806 100644 --- a/plugins/scheduler-k3s/templates/chart/ingress-route.yaml +++ b/plugins/scheduler-k3s/templates/chart/ingress-route.yaml @@ -17,7 +17,7 @@ metadata: spec: entryPoints: - web - {{- if and $config.web.tls (eq $port_map "https") }} + {{- if and $config.web.tls (eq $port_map.scheme "https") }} - websecure {{- end }} routes: