From 1a5076a678de3fc85367e690a6658196b531ba25 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christoph=20St=C3=A4bler?= Date: Mon, 27 May 2024 11:56:22 +0200 Subject: [PATCH] Enable eventtype-auto-create feature flag for e2d tests --- test/config/config-features.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/config/config-features.yaml b/test/config/config-features.yaml index 30194a008de..f5528595dbf 100644 --- a/test/config/config-features.yaml +++ b/test/config/config-features.yaml @@ -46,7 +46,7 @@ data: # ALPHA feature: The eventtype-auto-create flag allows automatic creation of Even Type instances based on Event's type being processed. # For more details: https://github.com/knative/eventing/issues/6909 - eventtype-auto-create: "disabled" + eventtype-auto-create: "enabled" # ALPHA feature: The aauthentication-oidc flag allows you to use OIDC authentication for Eventing. # For more details: https://github.com/knative/eventing/issues/7174