Skip to content

Commit

Permalink
Rely on default set for rbac.enabled/create
Browse files Browse the repository at this point in the history
rbac.enabled was renamed to rbac.create in z2jh 2.0.0
  • Loading branch information
consideRatio committed Oct 12, 2022
1 parent 57e0dbe commit 751e785
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 1 addition & 3 deletions helm-chart/binderhub/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,6 @@ jupyterhub:
cull:
enabled: true
users: true
rbac:
enabled: true
hub:
config:
JupyterHub:
Expand Down Expand Up @@ -189,7 +187,7 @@ jupyterhub:
services:
binder:
admin: true
apiToken:
display: false
singleuser:
# start notebook server with lab ui as default
# *if available*
Expand Down
2 changes: 0 additions & 2 deletions tools/templates/lint-and-validate-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,6 @@ jupyterhub:
cull:
enabled: true
users: true
rbac:
enabled: true
hub:
config:
JupyterHub:
Expand Down

0 comments on commit 751e785

Please sign in to comment.