Skip to content

Commit 2da8460

Browse files
committed
fix
1 parent ae515ca commit 2da8460

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

ci/values.yaml

+6-2
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,13 @@ default:
3636
fieldRef:
3737
fieldPath: status.hostIP
3838
- name: DD_AGENT_HOST
39-
value: $(HOST_IP)
39+
valueFrom:
40+
fieldRef:
41+
fieldPath: status.hostIP
4042
- name: OTEL_COLLECTOR_NAME
41-
value: $(HOST_IP)
43+
valueFrom:
44+
fieldRef:
45+
fieldPath: status.hostIP
4246
- name: OTEL_RESOURCE_ATTRIBUTES
4347
value: >-
4448
service.name=$(OTEL_SERVICE_NAME),

0 commit comments

Comments
 (0)