Skip to content

Commit 7a2bdf6

Browse files
authored
Merge pull request #47 from DataDog/stanley.liu/top-level-staging
Deploy top-level update to staging
2 parents c6de658 + ff3215c commit 7a2bdf6

3 files changed

+25
-2
lines changed

.gitlab-ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ prod-deploy-otel-ingest-agent-eks:
186186
NAMESPACE: otel-ingest
187187
VALUES: ./ci/datadog-agent-values-prod.yaml
188188
RELEASE_NAME: datadog-agent
189-
DD_VALUES: ./ci/datadog-agent-values.yaml
189+
DD_VALUES: ./ci/datadog-agent-ddvalues-prod.yaml
190190
.staging-deploy: &staging-deploy
191191
stage: staging-deploy
192192
tags: ["runner:docker", "size:large"]
@@ -249,7 +249,7 @@ staging-deploy-otel-ingest-agent-eks:
249249
CLUSTER_ARN: "arn:aws:eks:us-east-1:601427279990:cluster/dd-otel"
250250
REGION: us-east-1
251251
VALUES: ./ci/datadog-agent-values-staging.yaml
252-
DD_VALUES: ./ci/datadog-agent-values.yaml
252+
DD_VALUES: ./ci/datadog-agent-ddvalues-staging.yaml
253253
RELEASE_NAME: datadog-agent
254254
# Agent env:dd-ingest-staging
255255
staging-deploy-dd-ingest-agent-eks:
File renamed without changes.
+23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
agents:
2+
image:
3+
repository: docker.io/datadog/agent-dev
4+
tag: stanley-liu-top-level-spans-poc-py3-jmx
5+
doNotCheckTag: true
6+
datadog:
7+
apiKey: $DD_API_KEY
8+
logs:
9+
enabled: true
10+
otlp:
11+
receiver:
12+
protocols:
13+
grpc:
14+
enabled: true
15+
http:
16+
enabled: true
17+
env:
18+
- name: DD_API_KEY
19+
valueFrom:
20+
secretKeyRef:
21+
name: datadog-secrets
22+
key: api-key
23+
optional: false

0 commit comments

Comments
 (0)