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 Jul 22, 2024
1 parent 52b06fd commit 821414c
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 @@ -768,7 +768,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 821414c

Please sign in to comment.