From fde5020096813f5da08b4226f82dd600b2731d03 Mon Sep 17 00:00:00 2001 From: Michael Lin Date: Mon, 7 Oct 2024 12:49:04 -0700 Subject: [PATCH] sourcegraph: do not include frontend env var in migrator container --- .../templates/frontend/sourcegraph-frontend.Deployment.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/charts/sourcegraph/templates/frontend/sourcegraph-frontend.Deployment.yaml b/charts/sourcegraph/templates/frontend/sourcegraph-frontend.Deployment.yaml index 35bb6c3f..187a5c6d 100644 --- a/charts/sourcegraph/templates/frontend/sourcegraph-frontend.Deployment.yaml +++ b/charts/sourcegraph/templates/frontend/sourcegraph-frontend.Deployment.yaml @@ -59,10 +59,6 @@ spec: {{- include "sourcegraph.databaseAuth" (list . "codeIntelDB" "CODEINTEL_PG") | nindent 8 }} {{- include "sourcegraph.databaseAuth" (list . "codeInsightsDB" "CODEINSIGHTS_PG") | nindent 8 }} {{- end }} - {{- range $name, $item := .Values.frontend.env }} - - name: {{ $name }} - {{- $item | toYaml | nindent 10 }} - {{- end }} {{- range $name, $item := .Values.migrator.env }} - name: {{ $name }} {{- $item | toYaml | nindent 10 }}