Skip to content

Commit

Permalink
fix: bundle generation configuration shouldn't be available at runtime (
Browse files Browse the repository at this point in the history
#690)

Fixes #689
  • Loading branch information
metacosm authored Aug 17, 2023
1 parent 1515cb7 commit b7f4539
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit b7f4539

Please sign in to comment.