updated jsonnet code

This commit is contained in:
Joakim Karlsson
2018-04-18 12:52:58 +02:00
parent 00df72cf5e
commit f6dae8bd71

View File

@@ -53,6 +53,7 @@ local routingRule = policyRule.new() +
policyRule.withApiGroups([""]) +
policyRule.withResources([
"services",
"endpoints",
]) +
policyRule.withVerbs(["get", "create", "update"]);