Skip to content

Commit

Permalink
fix(k8s-service-binding): add missing ConfigItem in the service bindi…
Browse files Browse the repository at this point in the history
…ng configuration

Follows up quarkusio#13737 (comment)
  • Loading branch information
machi1990 authored and renegrob committed Dec 23, 2020
1 parent 645e273 commit bdd11d2
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ public class KubernetesServiceBindingConfig {
/**
* If enabled, Service Bindings will be looked in the file system
*/
@ConfigItem
public boolean enabled;

/**
Expand Down

0 comments on commit bdd11d2

Please sign in to comment.