File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
charts/sourcegraph/templates/frontend Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 5454 imagePullPolicy : {{ .Values.sourcegraph.image.pullPolicy }}
5555 args : {{- default (list "up") .Values.migrator.args | toYaml | nindent 8 }}
5656 env :
57+ {{- if not .Values.migrator.databaseAuthOverrideEnvVars }}
5758 {{- include "sourcegraph.databaseAuth" (list . "pgsql" "PG") | nindent 8 }}
5859 {{- include "sourcegraph.databaseAuth" (list . "codeIntelDB" "CODEINTEL_PG") | nindent 8 }}
5960 {{- include "sourcegraph.databaseAuth" (list . "codeInsightsDB" "CODEINSIGHTS_PG") | nindent 8 }}
61+ {{- end }}
6062 {{- range $name, $item := .Values.frontend.env }}
6163 - name : {{ $name }}
6264 {{- $item | toYaml | nindent 10 }}
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ storageClass:
33 name : standard
44
55sourcegraph :
6- localDevMode : true
6+ localDevMode : true
You can’t perform that action at this time.
0 commit comments