Skip to content

Commit

Permalink
Delete external CRD folder
Browse files Browse the repository at this point in the history
  • Loading branch information
muralov committed Nov 24, 2023
1 parent 0940701 commit dd79b5a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion testutils/integration/integration.go
Original file line number Diff line number Diff line change
Expand Up @@ -710,7 +710,6 @@ func StartEnvTest(projectRootDir string, celValidationEnabled bool) (*envtest.En
testEnv := &envtest.Environment{
CRDDirectoryPaths: []string{
filepath.Join(projectRootDir, "config", "crd", "bases"),
filepath.Join(projectRootDir, "config", "crd", "external"),
},
ErrorIfCRDPathMissing: true,
AttachControlPlaneOutput: attachControlPlaneOutput,
Expand Down

0 comments on commit dd79b5a

Please sign in to comment.