kube-prometheus: Fix config reloader RBAC

This commit is contained in:
Frederic Branczyk
2018-04-22 10:50:26 +01:00
parent 26d1dc86c9
commit 7c07940cb8
5 changed files with 8 additions and 8 deletions

View File

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