mirror of
https://github.com/prometheus-operator/prometheus-operator.git
synced 2025-04-16 09:16:38 +00:00
5 lines
138 B
Jsonnet
5 lines
138 B
Jsonnet
local prometheusNamespaceRole = import "prometheus-namespace-role.libsonnet";
|
|
|
|
{
|
|
new():: prometheusNamespaceRole.new("kube-system")
|
|
}
|