This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch 3.x-1382 in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git
commit ae6528746f8c73010f5c854f3e87bc43cdd20924 Author: Andrea Cosentino <[email protected]> AuthorDate: Fri Mar 17 11:31:06 2023 +0100 Kafka Source Kamelets: Enable deserializeHeaders by default - Kafka SSL Source Signed-off-by: Andrea Cosentino <[email protected]> --- .../src/main/resources/kamelets/kafka-ssl-source.kamelet.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/camel-kamelets/src/main/resources/kamelets/kafka-ssl-source.kamelet.yaml b/library/camel-kamelets/src/main/resources/kamelets/kafka-ssl-source.kamelet.yaml index fe0615bb..2fbfd0d4 100644 --- a/library/camel-kamelets/src/main/resources/kamelets/kafka-ssl-source.kamelet.yaml +++ b/library/camel-kamelets/src/main/resources/kamelets/kafka-ssl-source.kamelet.yaml @@ -103,7 +103,7 @@ spec: type: boolean x-descriptors: - 'urn:alm:descriptor:com.tectonic.ui:checkbox' - default: false + default: true sslKeyPassword: description: The password of the private key in the key store file. title: SSL Key Password
