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