Skip to content

Commit

Permalink
Switch DataSciencePipelinesApplication to v1
Browse files Browse the repository at this point in the history
With RHOAI-2.16 a number of fields have been deprecated, let's drop
these so that argo is happy again.

Co-Authored-By: Akos Eros <[email protected]>
  • Loading branch information
mbaldessari and darkdoc committed Dec 10, 2024
1 parent 8c594d3 commit c1309eb
Showing 1 changed file with 1 addition and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,27 +39,18 @@ spec:
storage: 5Gi
volumeMode: Filesystem
---
apiVersion: datasciencepipelinesapplications.opendatahub.io/v1alpha1
apiVersion: datasciencepipelinesapplications.opendatahub.io/v1
kind: DataSciencePipelinesApplication
metadata:
name: dspa
namespace: ml-development
spec:
apiServer:
caBundleFileMountPath: ''
stripEOF: true
dbConfigConMaxLifetimeSec: 120
applyTektonCustomResource: true
caBundleFileName: ''
deploy: true
enableSamplePipeline: false
autoUpdatePipelineDefaultVersion: true
archiveLogs: false
terminateStatus: Cancelled
enableOauth: true
trackArtifacts: true
collectMetrics: true
injectDefaultScript: true
database:
disableHealthCheck: false
mariaDB:
Expand Down

0 comments on commit c1309eb

Please sign in to comment.