10 lines
165 B
Jsonnet
10 lines
165 B
Jsonnet
((import "kube-prometheus/kube-prometheus.libsonnet") + {
|
|
prometheus+: {
|
|
prometheus+: {
|
|
metadata+: {
|
|
name: "my-name",
|
|
}
|
|
}
|
|
}
|
|
}).prometheus.prometheus
|