Skip to content

Commit 77344a0

Browse files
author
Mateusz
committed
streamlining port change for netdataopentelemetry
1 parent 66fd83b commit 77344a0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

charts/netdata/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1044,7 +1044,7 @@ netdataOpentelemetry:
10441044
path: /etc/netdata/otel.yaml
10451045
data: |
10461046
endpoint:
1047-
path: "0.0.0.0:4317"
1047+
path: {{ printf "\"0.0.0.0:%v\"" .Values.netdataOpentelemetry.service.port }}
10481048
tls_cert_path: null
10491049
tls_key_path: null
10501050
tls_ca_cert_path: null

0 commit comments

Comments
 (0)