Skip to content

Commit

Permalink
fix: add missing new pipeline flag into default sample (#1609)
Browse files Browse the repository at this point in the history
Signed-off-by: Wen Zhou <[email protected]>
  • Loading branch information
zdtsw authored Feb 4, 2025
1 parent fbcf8e7 commit 23bdfde
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,11 @@ metadata:
"managementState": "Managed"
},
"datasciencepipelines": {
"managedPipelines": {
"instructLab": {
"state": "Removed"
}
},
"managementState": "Managed"
},
"feastoperator": {
Expand Down
3 changes: 3 additions & 0 deletions config/samples/datasciencecluster_v1_datasciencecluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,9 @@ spec:
managementState: "Managed"
datasciencepipelines:
managementState: "Managed"
managedPipelines:
instructLab:
state: Removed
kserve: {
managementState: "Managed",
nim: {
Expand Down

0 comments on commit 23bdfde

Please sign in to comment.