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