We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3f8b3e2 + cb04d3d commit 058a086Copy full SHA for 058a086
1 file changed
internal/controller/suite_test.go
@@ -50,7 +50,7 @@ var _ = BeforeSuite(func() {
50
51
By("bootstrapping test environment")
52
testEnv = &envtest.Environment{
53
- CRDDirectoryPaths: []string{filepath.Join("..", "..", "config", "crd", "bases")},
+ CRDDirectoryPaths: []string{filepath.Join("..", "..", "helm", "supabase-operator", "crds")},
54
ErrorIfCRDPathMissing: true,
55
}
56
0 commit comments