Skip to content

Commit 32e8dd0

Browse files
committed
add comment to values.yaml
1 parent 07a26d0 commit 32e8dd0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

e2etests/otelcollector/helm/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
mode: daemonset
22
image:
33
repository: 669783387624.dkr.ecr.us-east-1.amazonaws.com/otel-collector-contrib
4-
tag: "otelcolcontrib-v6bc4add4"
4+
tag: "otelcolcontrib-v1b190e7f" # set this to the latest tag from the e2e-tests workflow in Gitlab
55
securityContext:
66
runAsUser: 0
77
runAsGroup: 0
@@ -31,7 +31,7 @@ extraEnvs:
3131
- name: OTEL_RESOURCE_ATTRIBUTES
3232
value: "k8s.pod.ip=$(POD_IP)"
3333
- name: DD_API_KEY
34-
value: "abcdef"
34+
value: "abcdef" # replace this with your actual API key
3535
- name: OTEL_K8S_NAMESPACE
3636
valueFrom:
3737
fieldRef:

0 commit comments

Comments
 (0)