Skip to content

Commit e50cc03

Browse files
committed
fix helm tests
1 parent cbb26ae commit e50cc03

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/e2e/helm_chart_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,11 @@ var _ = Describe("HELM charts", Ordered, FlakeAttempts(2), func() {
3939
skipped := false
4040

4141
_ = BeforeAll(func() {
42-
cli.Execute("kubectl", "delete", "--ignore-not-found=true", "-f", "../../deploy/crds").Wait().Out.Contents()
42+
cli.Execute("kubectl", "delete", "--ignore-not-found=true", "-f", "../../config/crd/bases").Wait().Out.Contents()
4343
})
4444

4545
_ = AfterAll(func() {
46-
cli.Execute("kubectl", "apply", "-f", "../../deploy/crds").Wait().Out.Contents()
46+
cli.Execute("kubectl", "apply", "-f", "../../config/crd/bases").Wait().Out.Contents()
4747
})
4848

4949
_ = BeforeEach(func() {

0 commit comments

Comments
 (0)