fix(kps): node-exporter hostNetwork

This commit is contained in:
JJGadgets
2023-11-20 10:06:02 +08:00
parent 7c81e74249
commit 1e82b83e4d

View File

@@ -7,7 +7,7 @@ prometheus-node-exporter:
namespaceOverride: "node-exporter" # this one has pod-security set
podLabels:
prom.home.arpa/kps: "allow"
hostNetwork: false
hostNetwork: true # can't seem to scrape without this?
rbac:
pspEnabled: false
prometheus: