From 6618af3acfc23dac1c458f3a017b0a5957da188f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bastian=20Echterh=C3=B6lter?= Date: Thu, 21 Nov 2024 10:25:39 +0100 Subject: [PATCH] feat: removing gateway parameter --- charts/portal/templates/deploy.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/charts/portal/templates/deploy.yaml b/charts/portal/templates/deploy.yaml index 6e4970f06..1b4efff89 100644 --- a/charts/portal/templates/deploy.yaml +++ b/charts/portal/templates/deploy.yaml @@ -80,10 +80,6 @@ spec: - name: COOKIE_DOMAIN value: {{ .Values.cookieDomain }} {{- end }} - {{- if .Values.crdGatewayApiUrl }} - - name: CRD_GATEWAY_API_URL - value: {{ .Values.crdGatewayApiUrl }} - {{- end }} {{- if .Values.frontendPort }} - name: FRONTEND_PORT value: "{{ .Values.frontendPort }}"