mirror of
https://github.com/truecharts/library-charts.git
synced 2026-07-04 20:31:22 -03:00
fix(common): disable removing port due to iX bug
This commit is contained in:
committed by
GitHub
parent
a0e46fb34b
commit
233f5ff3fd
@@ -114,10 +114,13 @@
|
||||
{{- if eq $port "80" -}}
|
||||
{{- $protocol = "http" -}}
|
||||
{{- end -}}
|
||||
|
||||
|
||||
{{/* TODO: Reenable when iX fixes bugs crashing GUI on empty port */}}
|
||||
{{/*
|
||||
{{- if or ( and ( eq $protocol "https" ) ( eq $port "443" ) ) ( and ( eq $protocol "http" ) ( eq $port "80" ) ) -}}
|
||||
{{- $port = "" -}}
|
||||
{{- end -}}
|
||||
*/}}
|
||||
|
||||
{{- $port = toString $port -}}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user