mirror of
https://github.com/prometheus-operator/kube-prometheus.git
synced 2025-08-31 11:21:14 +02:00
6 lines
194 B
Jsonnet
6 lines
194 B
Jsonnet
local prometheusNamespaceRoleBinding = import "prometheus-namespace-role-binding.libsonnet";
|
|
|
|
{
|
|
new(namespace):: prometheusNamespaceRoleBinding.new(namespace, namespace, "prometheus-k8s")
|
|
}
|