diff --git a/components/eventing-controller/controllers/backend/reconciler_internal_integration_test.go b/components/eventing-controller/controllers/backend/reconciler_internal_integration_test.go index 52efa1c98853..f9f2f2a28745 100644 --- a/components/eventing-controller/controllers/backend/reconciler_internal_integration_test.go +++ b/components/eventing-controller/controllers/backend/reconciler_internal_integration_test.go @@ -117,7 +117,6 @@ var _ = BeforeSuite(func(done Done) { testEnv = &envtest.Environment{ CRDDirectoryPaths: []string{ filepath.Join("../../", "config", "crd", "bases"), - filepath.Join("../../", "config", "crd", "external"), }, AttachControlPlaneOutput: attachControlPlaneOutput, UseExistingCluster: &useExistingCluster, diff --git a/components/eventing-controller/controllers/subscription/eventmesh/test/utils.go b/components/eventing-controller/controllers/subscription/eventmesh/test/utils.go index dd4ae927d0a2..c6ae975ce9bb 100644 --- a/components/eventing-controller/controllers/subscription/eventmesh/test/utils.go +++ b/components/eventing-controller/controllers/subscription/eventmesh/test/utils.go @@ -204,7 +204,6 @@ func startTestEnv() (*rest.Config, error) { emTestEnsemble.testEnv = &envtest.Environment{ CRDDirectoryPaths: []string{ filepath.Join("../../../../", "config", "crd", "bases"), - filepath.Join("../../../../", "config", "crd", "external"), }, AttachControlPlaneOutput: attachControlPlaneOutput, UseExistingCluster: &useExistingCluster, diff --git a/components/eventing-controller/controllers/subscription/eventmesh/testwebhookauth/utils.go b/components/eventing-controller/controllers/subscription/eventmesh/testwebhookauth/utils.go index 8b97589d7b95..11f09edc22c6 100644 --- a/components/eventing-controller/controllers/subscription/eventmesh/testwebhookauth/utils.go +++ b/components/eventing-controller/controllers/subscription/eventmesh/testwebhookauth/utils.go @@ -199,7 +199,6 @@ func startTestEnv() (*rest.Config, error) { emTestEnsemble.testEnv = &envtest.Environment{ CRDDirectoryPaths: []string{ filepath.Join("../../../../", "config", "crd", "bases"), - filepath.Join("../../../../", "config", "crd", "external"), }, AttachControlPlaneOutput: attachControlPlaneOutput, UseExistingCluster: utils.BoolPtr(useExistingCluster), diff --git a/components/eventing-controller/controllers/subscription/eventmesh/testwithory/utils.go b/components/eventing-controller/controllers/subscription/eventmesh/testwithory/utils.go index 75a54dd3e72e..21c194ef3663 100644 --- a/components/eventing-controller/controllers/subscription/eventmesh/testwithory/utils.go +++ b/components/eventing-controller/controllers/subscription/eventmesh/testwithory/utils.go @@ -202,7 +202,6 @@ func startTestEnv() (*rest.Config, error) { emTestEnsemble.testEnv = &envtest.Environment{ CRDDirectoryPaths: []string{ filepath.Join("../../../../", "config", "crd", "bases"), - filepath.Join("../../../../", "config", "crd", "external"), }, AttachControlPlaneOutput: attachControlPlaneOutput, UseExistingCluster: &useExistingCluster, diff --git a/components/eventing-controller/controllers/subscription/jetstream/test_utils_test.go b/components/eventing-controller/controllers/subscription/jetstream/test_utils_test.go index 0b5a479f7141..c5af53365af6 100644 --- a/components/eventing-controller/controllers/subscription/jetstream/test_utils_test.go +++ b/components/eventing-controller/controllers/subscription/jetstream/test_utils_test.go @@ -114,7 +114,6 @@ func setupSuite() error { TestEnv: &envtest.Environment{ CRDDirectoryPaths: []string{ filepath.Join("../../../", "config", "crd", "bases"), - filepath.Join("../../../", "config", "crd", "external"), }, AttachControlPlaneOutput: attachControlPlaneOutput, UseExistingCluster: &useExistingCluster, diff --git a/docs/02-get-started/01-quick-install.md b/docs/02-get-started/01-quick-install.md index 50d1398c4085..77fee557f974 100644 --- a/docs/02-get-started/01-quick-install.md +++ b/docs/02-get-started/01-quick-install.md @@ -71,6 +71,13 @@ To get started with Kyma, let's quickly install it with specific modules first. kubectl apply -f https://github.com/kyma-project/nats-manager/releases/latest/download/nats_default_cr.yaml -n kyma-system ``` + [**Eventing**](https://github.com/kyma-project/eventing-manager) + + ```bash + kubectl apply -f https://github.com/kyma-project/eventing-manager/releases/latest/download/eventing-manager.yaml + kubectl apply -f https://github.com/kyma-project/eventing-manager/releases/latest/download/eventing_default_cr.yaml -n kyma-system + ``` + [**API Gateway**](https://github.com/kyma-project/api-gateway) ```bash