From dde868a5ca8b5221f85800f89f8cc83b3d1e0c03 Mon Sep 17 00:00:00 2001 From: Viktor Liu Date: Tue, 24 Mar 2026 12:48:36 +0100 Subject: [PATCH] Fix NB_PROXY_SUPPORTS_CUSTOM_PORTS never being set to false --- charts/netbird-proxy/templates/deployment.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/charts/netbird-proxy/templates/deployment.yaml b/charts/netbird-proxy/templates/deployment.yaml index 2266765..71964e1 100644 --- a/charts/netbird-proxy/templates/deployment.yaml +++ b/charts/netbird-proxy/templates/deployment.yaml @@ -184,10 +184,8 @@ spec: - name: NB_PROXY_WG_PORT value: {{ .Values.netbirdPort.port | quote }} {{- end }} - {{- if .Values.supportsCustomPorts }} - name: NB_PROXY_SUPPORTS_CUSTOM_PORTS - value: "true" - {{- end }} + value: {{ .Values.supportsCustomPorts | quote }} {{- if .Values.requireSubdomain }} - name: NB_PROXY_REQUIRE_SUBDOMAIN value: "true"