mirror of
https://github.com/prometheus-operator/kube-prometheus.git
synced 2025-08-26 17:01:50 +02:00
10 lines
181 B
Jsonnet
10 lines
181 B
Jsonnet
((import 'kube-prometheus/main.libsonnet') + {
|
|
prometheus+: {
|
|
prometheus+: {
|
|
metadata+: {
|
|
name: 'my-name',
|
|
},
|
|
},
|
|
},
|
|
}).prometheus.prometheus
|