Skip to content

Commit 93ec7d9

Browse files
Use correct env variables for blobstore in Syntactic worker (#645)
1 parent 45e5817 commit 93ec7d9

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)