mirror of
https://github.com/prometheus-operator/kube-prometheus.git
synced 2025-11-06 02:51:02 +01:00
updated jsonnet code
This commit is contained in:
parent
00df72cf5e
commit
f6dae8bd71
@ -53,6 +53,7 @@ local routingRule = policyRule.new() +
|
|||||||
policyRule.withApiGroups([""]) +
|
policyRule.withApiGroups([""]) +
|
||||||
policyRule.withResources([
|
policyRule.withResources([
|
||||||
"services",
|
"services",
|
||||||
|
"endpoints",
|
||||||
]) +
|
]) +
|
||||||
policyRule.withVerbs(["get", "create", "update"]);
|
policyRule.withVerbs(["get", "create", "update"]);
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user