updated jsonnet code
This commit is contained in:
@@ -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"]);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user