File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
charts/sourcegraph/templates/frontend Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change 5252 - name: migrator
5353 image: {{ include "sourcegraph.image" (list . "migrator") }}
5454 imagePullPolicy: {{ .Values.sourcegraph.image.pullPolicy }}
55+ {{- if .Values.migrator.command }}
56+ command: {{ .Values.migrator.command }}
57+ {{- end }}
5558 args: {{- default (list "up") .Values.migrator.args | toYaml | nindent 8 }}
5659 env:
5760 {{- if and (not .Values.migrator.databaseAuthOverrideEnvVars) (not .Values.sourcegraph.disableKubernetesSecrets) }}
7881 - name: frontend
7982 image: {{ include "sourcegraph.image" (list . "frontend") }}
8083 imagePullPolicy: {{ .Values.sourcegraph.image.pullPolicy }}
84+ {{- if .Values.frontend.command }}
85+ command: {{ .Values.frontend.command }}
86+ {{- end }}
8187 args: {{- default (list "serve") .Values.frontend.args | toYaml | nindent 8 }}
8288 env:
8389 {{- if not .Values.sourcegraph.disableKubernetesSecrets }}
You can’t perform that action at this time.
0 commit comments