mirror of
https://github.com/prometheus-operator/kube-prometheus.git
synced 2025-08-31 11:21:14 +02:00
10 lines
200 B
Jsonnet
10 lines
200 B
Jsonnet
((import 'kube-prometheus/main.libsonnet') + {
|
|
nodeExporter+: {
|
|
daemonset+: {
|
|
metadata+: {
|
|
namespace: 'my-custom-namespace',
|
|
},
|
|
},
|
|
},
|
|
}).nodeExporter.daemonset
|