nicolaferraro commented on issue #1648: URL: https://github.com/apache/camel-k/issues/1648#issuecomment-669827861
Got the same issue with client and operator from master: Running: ``` kamel run source.yaml -t quarkus.enabled=true ``` Operator logs: ``` {"level":"error","ts":1596706872.1788838,"logger":"controller-runtime.controller","msg":"Reconciler error","controller":"integration-controller","request":"camel-nf-sinkbinding/source","error":"IntegrationKit.camel.apache.org \"kit-bslt0e7ft8fnqb4uj5h0\" is invalid: spec.traits.quarkus.configuration.enabled: Invalid value: \"boolean\": spec.traits.quarkus.configuration.enabled in body must be of type string: \"boolean\"","stacktrace":"github.com/go-logr/zapr.(*zapLogger).Error\n\t/home/nferraro/go/pkg/mod/github.com/go-logr/zapr@v0.1.1/zapr.go:128\nsigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).reconcileHandler\n\t/home/nferraro/go/pkg/mod/sigs.k8s.io/controller-runtime@v0.5.2/pkg/internal/controller/controller.go:258\nsigs.k8s.io/controller-runtime/pkg/internal/controller.(*Controller).processNextWorkItem\n\t/home/nferraro/go/pkg/mod/sigs.k8s.io/controller-runtime@v0.5.2/pkg/internal/controller/controller.go:232\nsigs.k8s.io/controller-runtime/pkg/internal/c ontroller.(*Controller).worker\n\t/home/nferraro/go/pkg/mod/sigs.k8s.io/controller-runtime@v0.5.2/pkg/internal/controller/controller.go:211\nk8s.io/apimachinery/pkg/util/wait.JitterUntil.func1\n\t/home/nferraro/go/pkg/mod/k8s.io/apimachinery@v0.17.6/pkg/util/wait/wait.go:152\nk8s.io/apimachinery/pkg/util/wait.JitterUntil\n\t/home/nferraro/go/pkg/mod/k8s.io/apimachinery@v0.17.6/pkg/util/wait/wait.go:153\nk8s.io/apimachinery/pkg/util/wait.Until\n\t/home/nferraro/go/pkg/mod/k8s.io/apimachinery@v0.17.6/pkg/util/wait/wait.go:88"} ``` ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org