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 9eb4ccd commit 4e38a28Copy full SHA for 4e38a28
charts/sourcegraph/templates/syntactic-code-intel/worker.Deployment.yaml
@@ -62,9 +62,9 @@ spec:
62
value: blobstore
63
- name: SYNTACTIC_CODE_INTEL_UPLOAD_AWS_ENDPOINT
64
value: http://blobstore:9000
65
+ {{- end }}
66
- name: SYNTACTIC_CODE_INTEL_WORKER_ADDR
67
value: ":{{ .Values.syntacticCodeIntel.properties.workerPort }}"
- {{- end }}
68
{{- include "sourcegraph.openTelemetryEnv" . | nindent 8 }}
69
image: {{ include "sourcegraph.image" (list . "syntacticCodeIntel") }}
70
imagePullPolicy: {{ .Values.sourcegraph.image.pullPolicy }}
0 commit comments