We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45e5817 commit 93ec7d9Copy full SHA for 93ec7d9
charts/sourcegraph/templates/syntactic-code-intel/worker.Deployment.yaml
@@ -58,9 +58,9 @@ spec:
58
fieldRef:
59
fieldPath: metadata.name
60
{{- if .Values.blobstore.enabled }}
61
- - name: SYNTACTIC_CODE_INTEL_UPLOAD_BACKEND
+ - name: PRECISE_CODE_INTEL_UPLOAD_BACKEND
62
value: blobstore
63
- - name: SYNTACTIC_CODE_INTEL_UPLOAD_AWS_ENDPOINT
+ - name: PRECISE_CODE_INTEL_UPLOAD_AWS_ENDPOINT
64
value: http://blobstore:9000
65
{{- end }}
66
- name: SYNTACTIC_CODE_INTEL_WORKER_ADDR
0 commit comments