From b7f45393e74ba48731556c30132497559e29d91b Mon Sep 17 00:00:00 2001 From: Chris Laprun Date: Thu, 17 Aug 2023 20:48:40 +0200 Subject: [PATCH] fix: bundle generation configuration shouldn't be available at runtime (#690) Fixes #689 --- .../bundle/runtime/BundleGenerationConfiguration.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/bundle-generator/runtime/src/main/java/io/quarkiverse/operatorsdk/bundle/runtime/BundleGenerationConfiguration.java b/bundle-generator/runtime/src/main/java/io/quarkiverse/operatorsdk/bundle/runtime/BundleGenerationConfiguration.java index 9418c69fe..85bf4a993 100644 --- a/bundle-generator/runtime/src/main/java/io/quarkiverse/operatorsdk/bundle/runtime/BundleGenerationConfiguration.java +++ b/bundle-generator/runtime/src/main/java/io/quarkiverse/operatorsdk/bundle/runtime/BundleGenerationConfiguration.java @@ -4,10 +4,9 @@ import java.util.Optional; import io.quarkus.runtime.annotations.ConfigItem; -import io.quarkus.runtime.annotations.ConfigPhase; import io.quarkus.runtime.annotations.ConfigRoot; -@ConfigRoot(name = "operator-sdk.bundle", phase = ConfigPhase.BUILD_AND_RUN_TIME_FIXED) +@ConfigRoot(name = "operator-sdk.bundle") public class BundleGenerationConfiguration { /** * Whether the extension should generate the Operator bundle.