From 8ad87693b5f2b7cd9b9520ff4a0ee714b25cc5ea Mon Sep 17 00:00:00 2001 From: Anton Sviridov Date: Thu, 22 Aug 2024 14:08:15 +0100 Subject: [PATCH] Set syntactic address unconditionally --- .../templates/syntactic-code-intel/worker.Deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/sourcegraph/templates/syntactic-code-intel/worker.Deployment.yaml b/charts/sourcegraph/templates/syntactic-code-intel/worker.Deployment.yaml index 49798075..5b9d60f6 100644 --- a/charts/sourcegraph/templates/syntactic-code-intel/worker.Deployment.yaml +++ b/charts/sourcegraph/templates/syntactic-code-intel/worker.Deployment.yaml @@ -62,9 +62,9 @@ spec: value: blobstore - name: SYNTACTIC_CODE_INTEL_UPLOAD_AWS_ENDPOINT value: http://blobstore:9000 + {{- end }} - name: SYNTACTIC_CODE_INTEL_WORKER_ADDR value: ":{{ .Values.syntacticCodeIntel.properties.workerPort }}" - {{- end }} {{- include "sourcegraph.openTelemetryEnv" . | nindent 8 }} image: {{ include "sourcegraph.image" (list . "syntacticCodeIntel") }} imagePullPolicy: {{ .Values.sourcegraph.image.pullPolicy }}