Skip to content

Commit

Permalink
fix: wrong component name and path for datasciencepipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
jackdelahunt committed Nov 5, 2024
1 parent 06a2fce commit e56d1e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apis/components/v1/datasciencepipelines_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import (
)

const (
DataSciencePipelinesComponentName = "datasciencepipelines"
DataSciencePipelinesComponentName = "data-science-pipelines-operator"
// value should match whats set in the XValidation below
DataSciencePipelinesInstanceName = "default-datasciencepipelines"
DataSciencePipelinesKind = "DataSciencePipelines"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ import (
)

var (
DefaultPath = odhdeploy.DefaultManifestPath + "/" + componentsv1.DataSciencePipelinesComponentName + "/openshift"
DefaultPath = odhdeploy.DefaultManifestPath + "/" + componentsv1.DataSciencePipelinesComponentName + "/base"
)

func NewComponentReconciler(ctx context.Context, mgr ctrl.Manager) error {
Expand Down

0 comments on commit e56d1e0

Please sign in to comment.