Skip to content

Commit f2b6cd3

Browse files
committed
fix
1 parent 7fb7b56 commit f2b6cd3

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

ci/demo-values/values.yaml

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

0 commit comments

Comments
 (0)