File tree 2 files changed +3
-1
lines changed
charts/sourcegraph/templates/frontend
2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 54
54
imagePullPolicy : {{ .Values.sourcegraph.image.pullPolicy }}
55
55
args : {{- default (list "up") .Values.migrator.args | toYaml | nindent 8 }}
56
56
env :
57
+ {{- if not .Values.migrator.databaseAuthOverrideEnvVars }}
57
58
{{- include "sourcegraph.databaseAuth" (list . "pgsql" "PG") | nindent 8 }}
58
59
{{- include "sourcegraph.databaseAuth" (list . "codeIntelDB" "CODEINTEL_PG") | nindent 8 }}
59
60
{{- include "sourcegraph.databaseAuth" (list . "codeInsightsDB" "CODEINSIGHTS_PG") | nindent 8 }}
61
+ {{- end }}
60
62
{{- range $name, $item := .Values.frontend.env }}
61
63
- name : {{ $name }}
62
64
{{- $item | toYaml | nindent 10 }}
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ storageClass:
3
3
name : standard
4
4
5
5
sourcegraph :
6
- localDevMode : true
6
+ localDevMode : true
You can’t perform that action at this time.
0 commit comments