diff --git a/charts/stable/omada-controller/values.yaml b/charts/stable/omada-controller/values.yaml index 5b4924b589f..39c76d3006a 100644 --- a/charts/stable/omada-controller/values.yaml +++ b/charts/stable/omada-controller/values.yaml @@ -16,7 +16,7 @@ env: # Instead of consuming the external 443 port, it's better to switch internal # But still give user the ability to change it. # When ingress is enabled, set this to 443, otherwise set it to whatever `port` is set to - MANAGE_HTTPS_PORT: "{{ if .ingress.main.enabled }}443{{ else }}{{ .Values.service.main.ports.main.port }}{{ end }}" + MANAGE_HTTPS_PORT: "{{ if .Values.ingress.main.enabled }}443{{ else }}{{ .Values.service.main.ports.main.port }}{{ end }}" PORTAL_HTTPS_PORT: "{{ .Values.service.comm.ports.comm.port }}" service: