Skip to content

Commit 4e38a28

Browse files
Set syntactic address unconditionally (#541)
1 parent 9eb4ccd commit 4e38a28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,9 @@ spec:
6262
value: blobstore
6363
- name: SYNTACTIC_CODE_INTEL_UPLOAD_AWS_ENDPOINT
6464
value: http://blobstore:9000
65+
{{- end }}
6566
- name: SYNTACTIC_CODE_INTEL_WORKER_ADDR
6667
value: ":{{ .Values.syntacticCodeIntel.properties.workerPort }}"
67-
{{- end }}
6868
{{- include "sourcegraph.openTelemetryEnv" . | nindent 8 }}
6969
image: {{ include "sourcegraph.image" (list . "syntacticCodeIntel") }}
7070
imagePullPolicy: {{ .Values.sourcegraph.image.pullPolicy }}

0 commit comments

Comments
 (0)