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: