Skip to content

Commit 3c07bc8

Browse files
docs: Fix the hostname env variables name (#3013) (#3019)
(cherry picked from commit 9654ec7) Co-authored-by: Christian Simon <[email protected]>
1 parent ca62507 commit 3c07bc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/sources/reference/components/pyroscope/pyroscope.ebpf.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ The `service_name` label is set to `{__meta_kubernetes_namespace}/{__meta_kubern
199199
discovery.kubernetes "all_pods" {
200200
role = "pod"
201201
selectors {
202-
field = "spec.nodeName=" + sys.env("<HOSTNAME>")
202+
field = "spec.nodeName=" + sys.env("HOSTNAME")
203203
role = "pod"
204204
}
205205
}

0 commit comments

Comments
 (0)