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

Commit b2ee441

Browse files
authored
Add DEPLOY env var to legacy Kustomize repo so we can start identifying these in telemetry
1 parent 9faa2f5 commit b2ee441

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

base/frontend/sourcegraph-frontend.Deployment.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,8 @@ spec:
104104
fieldPath: status.hostIP
105105
- name: OTEL_EXPORTER_OTLP_ENDPOINT
106106
value: http://$(OTEL_AGENT_HOST):4317
107+
- name: DEPLOY
108+
value: "LegacyKustomize"
107109
terminationMessagePolicy: FallbackToLogsOnError
108110
livenessProbe:
109111
httpGet:

0 commit comments

Comments
 (0)