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 07a26d0 commit 32e8dd0Copy full SHA for 32e8dd0
e2etests/otelcollector/helm/values.yaml
@@ -1,7 +1,7 @@
1
mode: daemonset
2
image:
3
repository: 669783387624.dkr.ecr.us-east-1.amazonaws.com/otel-collector-contrib
4
- tag: "otelcolcontrib-v6bc4add4"
+ tag: "otelcolcontrib-v1b190e7f" # set this to the latest tag from the e2e-tests workflow in Gitlab
5
securityContext:
6
runAsUser: 0
7
runAsGroup: 0
@@ -31,7 +31,7 @@ extraEnvs:
31
- name: OTEL_RESOURCE_ATTRIBUTES
32
value: "k8s.pod.ip=$(POD_IP)"
33
- name: DD_API_KEY
34
- value: "abcdef"
+ value: "abcdef" # replace this with your actual API key
35
- name: OTEL_K8S_NAMESPACE
36
valueFrom:
37
fieldRef:
0 commit comments