Skip to content

Commit

Permalink
Update jupyter-web-app with rbac.authorization.k8s.io/v1
Browse files Browse the repository at this point in the history
  • Loading branch information
Maksym V committed Sep 22, 2021
1 parent 4e7c6d1 commit 3b1b67f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: rbac.authorization.k8s.io/v1beta1
apiVersion: rbac.authorization.k8s.io/v1
kind: RoleBinding
metadata:
name: jupyter-notebook-role-binding
Expand Down
2 changes: 1 addition & 1 deletion apps/jupyter/jupyter-web-app/upstream/base/role.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: rbac.authorization.k8s.io/v1beta1
apiVersion: rbac.authorization.k8s.io/v1
kind: Role
metadata:
name: jupyter-notebook-role
Expand Down

0 comments on commit 3b1b67f

Please sign in to comment.