fix: use correct field for comparison

This commit is contained in:
Jose Diaz-Gonzalez
2024-01-23 04:55:38 -05:00
parent fbbc967e8d
commit cc62bc080b

View File

@@ -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: