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 Jan 19, 2024
1 parent 9d2e28e commit 1a63adf
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 @@ -729,7 +729,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 1a63adf

Please sign in to comment.