mirror of
https://github.com/dokku/dokku.git
synced 2026-02-24 04:00:36 +01:00
fix: use correct field for comparison
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user