Skip to content

Commit

Permalink
chore(isvc): keep the crds folder and document
Browse files Browse the repository at this point in the history
Signed-off-by: Alessio Pragliola <seth.pro@gmail.com>
  • Loading branch information
Al-Pragliola committed Nov 26, 2024
1 parent bee3508 commit 935e111
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/inferenceservice-controller/suite_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ var _ = AfterSuite(func() {
mrMockServer.Close()

// Clean up CRDs
err = os.RemoveAll(testCRDLocalPath)
err = os.Remove(filepath.Join(testCRDLocalPath, "serving.kserve.io_inferenceservices.yaml"))
Expect(err).NotTo(HaveOccurred())

})
Expand Down
3 changes: 3 additions & 0 deletions pkg/inferenceservice-controller/testdata/crd/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# CRDs files will be fetched from the test suite

*.yaml

0 comments on commit 935e111

Please sign in to comment.