Skip to content

Commit 96b6393

Browse files
authored
sourcegraph: do not include frontend env var in migrator container (#559)
1 parent a2e61a9 commit 96b6393

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

charts/sourcegraph/templates/frontend/sourcegraph-frontend.Deployment.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,10 +59,6 @@ spec:
5959
{{- include "sourcegraph.databaseAuth" (list . "codeIntelDB" "CODEINTEL_PG") | nindent 8 }}
6060
{{- include "sourcegraph.databaseAuth" (list . "codeInsightsDB" "CODEINSIGHTS_PG") | nindent 8 }}
6161
{{- end }}
62-
{{- range $name, $item := .Values.frontend.env }}
63-
- name: {{ $name }}
64-
{{- $item | toYaml | nindent 10 }}
65-
{{- end }}
6662
{{- range $name, $item := .Values.migrator.env }}
6763
- name: {{ $name }}
6864
{{- $item | toYaml | nindent 10 }}

0 commit comments

Comments
 (0)