Skip to content

Commit e41e9ca

Browse files
antonsviridov-srcenriquegh
authored andcommitted
Use correct env variables for blobstore in Syntactic worker (#645)
1 parent 210754b commit e41e9ca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

charts/sourcegraph/templates/syntactic-code-intel/worker.Deployment.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,9 @@ spec:
5858
fieldRef:
5959
fieldPath: metadata.name
6060
{{- if .Values.blobstore.enabled }}
61-
- name: SYNTACTIC_CODE_INTEL_UPLOAD_BACKEND
61+
- name: PRECISE_CODE_INTEL_UPLOAD_BACKEND
6262
value: blobstore
63-
- name: SYNTACTIC_CODE_INTEL_UPLOAD_AWS_ENDPOINT
63+
- name: PRECISE_CODE_INTEL_UPLOAD_AWS_ENDPOINT
6464
value: http://blobstore:9000
6565
{{- end }}
6666
- name: SYNTACTIC_CODE_INTEL_WORKER_ADDR

0 commit comments

Comments
 (0)