From 5791941a594f34424d9beecc7df29d350fc114ca Mon Sep 17 00:00:00 2001 From: Anton Sviridov Date: Fri, 21 Feb 2025 13:39:53 +0000 Subject: [PATCH] Use correct env variables for blobstore in Syntactic worker --- .../templates/syntactic-code-intel/worker.Deployment.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/sourcegraph/templates/syntactic-code-intel/worker.Deployment.yaml b/charts/sourcegraph/templates/syntactic-code-intel/worker.Deployment.yaml index 5b9d60f6..88b08fd4 100644 --- a/charts/sourcegraph/templates/syntactic-code-intel/worker.Deployment.yaml +++ b/charts/sourcegraph/templates/syntactic-code-intel/worker.Deployment.yaml @@ -58,9 +58,9 @@ spec: fieldRef: fieldPath: metadata.name {{- if .Values.blobstore.enabled }} - - name: SYNTACTIC_CODE_INTEL_UPLOAD_BACKEND + - name: PRECISE_CODE_INTEL_UPLOAD_BACKEND value: blobstore - - name: SYNTACTIC_CODE_INTEL_UPLOAD_AWS_ENDPOINT + - name: PRECISE_CODE_INTEL_UPLOAD_AWS_ENDPOINT value: http://blobstore:9000 {{- end }} - name: SYNTACTIC_CODE_INTEL_WORKER_ADDR