Skip to content

Commit

Permalink
missed double quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
sebgoa authored Nov 30, 2017
1 parent 2bf967c commit 5cc1ce5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kubeless-ui.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ local host = "kubeless-ui";
},
{
apiGroups: [""],
resources: ["services","services/proxy],
resources: ["services","services/proxy"],
verbs: ["get", "list", "proxy"],
},
],
Expand Down

0 comments on commit 5cc1ce5

Please sign in to comment.