Skip to content

Commit

Permalink
added workbench role binding for elyra
Browse files Browse the repository at this point in the history
  • Loading branch information
mamurak authored and mbaldessari committed Nov 27, 2024
1 parent 62bf923 commit e6c996a
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions charts/datacenter/data-science-project/templates/dev-project.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -589,3 +589,18 @@ spec:
defaultMode: 420
- name: ca-bundles
emptyDir: {}
---
kind: RoleBinding
apiVersion: rbac.authorization.k8s.io/v1
metadata:
name: elyra-pipelines-jupyterlab
namespace: ml-development
labels:
opendatahub.io/dashboard: 'true'
subjects:
- kind: ServiceAccount
name: jupyterlab
roleRef:
apiGroup: rbac.authorization.k8s.io
kind: Role
name: ds-pipeline-user-access-dspa

0 comments on commit e6c996a

Please sign in to comment.