Skip to content
Snippets Groups Projects
Commit f6dae8bd authored by Joakim Karlsson's avatar Joakim Karlsson
Browse files

updated jsonnet code

parent 00df72cf
No related branches found
No related tags found
No related merge requests found
...@@ -53,6 +53,7 @@ local routingRule = policyRule.new() + ...@@ -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"]);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment