mirror of
https://github.com/prometheus-operator/kube-prometheus.git
synced 2025-11-02 00:51:01 +01:00
6 lines
143 B
Jsonnet
6 lines
143 B
Jsonnet
local prometheusNamespaceRole = import "prometheus-namespace-role.libsonnet";
|
|
|
|
{
|
|
new(namespace):: prometheusNamespaceRole.new(namespace)
|
|
}
|