mirror of
https://github.com/prometheus-operator/kube-prometheus.git
synced 2025-08-23 23:41:33 +02:00
9 lines
125 B
Jsonnet
9 lines
125 B
Jsonnet
(import 'kube-prometheus/main.libsonnet') +
|
|
{
|
|
values+:: {
|
|
common+: {
|
|
platform: 'example-platform',
|
|
},
|
|
},
|
|
}
|