Skip to content

Commit 01fe99c

Browse files
metacosmgsmet
andcommitted
fix: improper prefix
Co-authored-by: Guillaume Smet <[email protected]>
1 parent ff01ec0 commit 01fe99c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bundle-generator/runtime/src/main/java/io/quarkiverse/operatorsdk/bundle/runtime/BundleGenerationConfiguration.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
import io.smallrye.config.ConfigMapping;
99
import io.smallrye.config.WithDefault;
1010

11-
@ConfigMapping(prefix = "operator-sdk.bundle")
11+
@ConfigMapping(prefix = "quarkus.operator-sdk.bundle")
1212
@ConfigRoot
1313
public interface BundleGenerationConfiguration {
1414
/**

0 commit comments

Comments
 (0)