Skip to content

Commit

Permalink
Merge pull request #314 from mbaldessari/quick-fixes
Browse files Browse the repository at this point in the history
More fixes and merging a change from Max's branch
  • Loading branch information
mbaldessari authored Nov 27, 2024
2 parents c386a79 + e6c996a commit 7036cf0
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 18 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
6 changes: 3 additions & 3 deletions charts/datacenter/pipelines/templates/tasks/mock.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ spec:
The message to echo.
default: "Hello from mock-task"
steps:
- image: node # contains node
- image: registry.redhat.io/ubi9-minimal:9.5
script: |
#!/usr/bin/env node
console.log("$(params.MESSAGE)")
#!/bin/bash
echo "$(params.MESSAGE)"
8 changes: 0 additions & 8 deletions values-datacenter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ clusterGroup:
opendatahub.io/dashboard: 'true'
- manuela-ci
- manuela-data-lake
- staging
- vault
- openshift-pipelines
- openshift-storage
Expand Down Expand Up @@ -199,13 +198,6 @@ clusterGroup:
# - name: myparam
# value: myparam
#
# - name: pipelines
# namespace: staging
# project: datacenter
# path: applications/pipeline
# repoURL: https://github.com/you/applications.git
# targetRevision: main
#
# Additional applications
# Be sure to include additional resources your apps will require
# +X machines
Expand Down
7 changes: 0 additions & 7 deletions values-factory.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,13 +67,6 @@ clusterGroup:
# - name: myparam
# value: myparam
#
# - name: pipelines
# namespace: staging
# project: datacenter
# path: applications/pipeline
# repoURL: https://github.com/you/applications.git
# targetRevision: main
#
# Additional applications
# Be sure to include additional resources your apps will require
# +X machines
Expand Down

0 comments on commit 7036cf0

Please sign in to comment.