Skip to content

Commit

Permalink
Merge pull request #191 from vaibhavjainwiz/fix_fvt
Browse files Browse the repository at this point in the history
Fix fvt
  • Loading branch information
vaibhavjainwiz authored Sep 14, 2023
2 parents 9d2e1e6 + 420d232 commit e8a6844
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ download-images:

# This must use modelmesh-serving namespace because fvt has hardcoded namspace. globals.go
# usage: NAMESPACE=modelmesh-serving make e2e-test
e2e-test: download-images deploy-release-dev-mode-fvt repeat-fvt
e2e-test: download-images deploy-release-fvt repeat-fvt

# usage: NAMESPACE=modelmesh-serving make e2e-delete
e2e-delete: delete
Expand Down
2 changes: 1 addition & 1 deletion opendatahub/docs/manifests-management.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ cd modelmesh-serving
This will deploy modelmesh controller, fvt components with [upstream manifests ](../../config).

```
make deploy-release-dev-mode-fvt
make deploy-release-fvt
```

**Kustomize: odh-manifests**
Expand Down

0 comments on commit e8a6844

Please sign in to comment.