Skip to content

Commit

Permalink
fix: improper prefix
Browse files Browse the repository at this point in the history
Co-authored-by: Guillaume Smet <guillaume.smet@gmail.com>
  • Loading branch information
metacosm and gsmet committed Aug 12, 2024
1 parent ff01ec0 commit 01fe99c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
import io.smallrye.config.ConfigMapping;
import io.smallrye.config.WithDefault;

@ConfigMapping(prefix = "operator-sdk.bundle")
@ConfigMapping(prefix = "quarkus.operator-sdk.bundle")
@ConfigRoot
public interface BundleGenerationConfiguration {
/**
Expand Down

0 comments on commit 01fe99c

Please sign in to comment.