Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Jupyter] Add RBAC #85

Merged
merged 13 commits into from
Dec 3, 2023
Prev Previous commit
Next Next commit
Update role.yaml
  • Loading branch information
eliyahu77 authored Nov 30, 2023
commit 86ec7382b579daca06f1f442394c181a8427adda
2 changes: 2 additions & 0 deletions charts/mlrun-ce/templates/jupyter-notebook/role.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
{{- if .Values.jupyterNotebook.enabled -}
apiVersion: rbac.authorization.k8s.io/v1
kind: Role
metadata:
Expand Down Expand Up @@ -47,3 +48,4 @@ rules:
- secrets
verbs:
- create
{{- end -}}