Skip to content
This repository was archived by the owner on Jun 9, 2025. It is now read-only.

Commit 752e378

Browse files
authored
Fix env var name
1 parent b2ee441 commit 752e378

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

base/frontend/sourcegraph-frontend.Deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ spec:
104104
fieldPath: status.hostIP
105105
- name: OTEL_EXPORTER_OTLP_ENDPOINT
106106
value: http://$(OTEL_AGENT_HOST):4317
107-
- name: DEPLOY
107+
- name: DEPLOY_TYPE
108108
value: "LegacyKustomize"
109109
terminationMessagePolicy: FallbackToLogsOnError
110110
livenessProbe:

0 commit comments

Comments
 (0)