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