Files
kube-prometheus/jsonnet/prometheus/prometheus-k8s-role-binding-kube-system.libsonnet
2018-04-11 18:51:35 +02:00

6 lines
198 B
Jsonnet

local prometheusNamespaceRoleBinding = import "prometheus-namespace-role-binding.libsonnet";
{
new(namespace):: prometheusNamespaceRoleBinding.new(namespace, "kube-system", "prometheus-k8s")
}