Skip to content

Commit

Permalink
Merge pull request #668 from hbelmiro/RHOAIENG-6580
Browse files Browse the repository at this point in the history
Enabled sample pipeline in DSPA samples
  • Loading branch information
openshift-merge-bot[bot] authored Jul 2, 2024
2 parents 8280dcd + 89921c5 commit 12c1549
Show file tree
Hide file tree
Showing 11 changed files with 17 additions and 0 deletions.
1 change: 1 addition & 0 deletions config/samples/v1/custom-configs/dspa.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ metadata:
spec:
apiServer:
deploy: true
enableSamplePipeline: true
applyTektonCustomResource: true
archiveLogs: false
cacheImage: registry.access.redhat.com/ubi8/ubi-minimal
Expand Down
1 change: 1 addition & 0 deletions config/samples/v1/dspa-all-fields/dspa_all_fields.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ spec:
apiServer:
deploy: true
image: quay.io/modh/odh-ml-pipelines-api-server-container:v1.18.0-8
enableSamplePipeline: true
applyTektonCustomResource: true
archiveLogs: false
artifactImage: quay.io/modh/odh-ml-pipelines-artifact-manager-container:v1.18.0-8
Expand Down
2 changes: 2 additions & 0 deletions config/samples/v1/dspa-local-dev/dspa_local_dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ kind: DataSciencePipelinesApplication
metadata:
name: sample
spec:
apiServer:
enableSamplePipeline: true
database:
disableHealthCheck: true
objectStorage:
Expand Down
2 changes: 2 additions & 0 deletions config/samples/v1/dspa-simple/dspa_simple.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ kind: DataSciencePipelinesApplication
metadata:
name: sample
spec:
apiServer:
enableSamplePipeline: true
# One of minio or externalStorage must be specified for objectStorage
# This example illustrates minimal deployment with minio
# This is NOT supported and should be used for dev testing/experimentation only.
Expand Down
2 changes: 2 additions & 0 deletions config/samples/v1/external-object-storage/dspa.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ kind: DataSciencePipelinesApplication
metadata:
name: sample
spec:
apiServer:
enableSamplePipeline: true
objectStorage:
externalStorage:
bucket: rhods-dsp-dev
Expand Down
1 change: 1 addition & 0 deletions config/samples/v2/custom-configs/dspa.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ spec:
dspVersion: v2
apiServer:
deploy: true
enableSamplePipeline: true
stripEOF: true
terminateStatus: Cancelled
trackArtifacts: true
Expand Down
2 changes: 2 additions & 0 deletions config/samples/v2/custom-workflow-controller-config/dspa.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ metadata:
name: sample
spec:
dspVersion: v2
apiServer:
enableSamplePipeline: true
objectStorage:
minio:
deploy: true
Expand Down
1 change: 1 addition & 0 deletions config/samples/v2/dspa-all-fields/dspa_all_fields.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ spec:
dspVersion: v2
apiServer:
deploy: true
enableSamplePipeline: true
image: quay.io/opendatahub/ds-pipelines-api-server:latest
argoLauncherImage: quay.io/org/kfp-launcher:latest
argoDriverImage: quay.io/org/kfp-driver:latest
Expand Down
2 changes: 2 additions & 0 deletions config/samples/v2/dspa-simple/dspa_simple.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ metadata:
name: sample
spec:
dspVersion: v2
apiServer:
enableSamplePipeline: true
objectStorage:
minio:
deploy: true
Expand Down
2 changes: 2 additions & 0 deletions config/samples/v2/external-object-storage/dspa.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ metadata:
name: sample
spec:
dspVersion: v2
apiServer:
enableSamplePipeline: true
objectStorage:
externalStorage:
bucket: rhods-dsp-dev
Expand Down
1 change: 1 addition & 0 deletions config/samples/v2/local-dev/dspa.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ spec:
dspVersion: v2
apiServer:
deploy: true
enableSamplePipeline: true
image: gcr.io/ml-pipeline/api-server:2.0.2
persistenceAgent:
image: gcr.io/ml-pipeline/persistenceagent:2.0.2
Expand Down

0 comments on commit 12c1549

Please sign in to comment.