Skip to content

Commit

Permalink
Notebook controller requires rbac to create istio virtualservices (ku…
Browse files Browse the repository at this point in the history
…beflow#78)

Signed-off-by: Abhilash Pallerlamudi <stp.abhi@gmail.com>
  • Loading branch information
stpabhi authored and k8s-ci-robot committed May 16, 2019
1 parent ab9b3f3 commit 8ddefcb
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions jupyter/notebook-controller/base/cluster-role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,9 @@ rules:
- notebooks
verbs:
- '*'
- apiGroups:
- networking.istio.io
resources:
- virtualservices
verbs:
- '*'

0 comments on commit 8ddefcb

Please sign in to comment.