You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ap...@apache.org on 2024/03/05 10:18:41 UTC

(camel-kamelets-examples) branch main updated: Remove duplicated attribute in yaml file

This is an automated email from the ASF dual-hosted git repository.

apupier pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-kamelets-examples.git


The following commit(s) were added to refs/heads/main by this push:
     new fd3c745  Remove duplicated attribute in yaml file
fd3c745 is described below

commit fd3c745e460e960a4a317fe50fcb7bf20d2d5db3
Author: Aurélien Pupier <ap...@redhat.com>
AuthorDate: Tue Mar 5 11:12:36 2024 +0100

    Remove duplicated attribute in yaml file
    
    Signed-off-by: Aurélien Pupier <ap...@redhat.com>
---
 .../kafka-apicurio-producer-kamelet.camel.yaml                           | 1 -
 1 file changed, 1 deletion(-)

diff --git a/jbang/kafka-apicurio-secured-schema-registry/kafka-apicurio-producer-kamelet.camel.yaml b/jbang/kafka-apicurio-secured-schema-registry/kafka-apicurio-producer-kamelet.camel.yaml
index ae1ba1a..6cfb7a4 100644
--- a/jbang/kafka-apicurio-secured-schema-registry/kafka-apicurio-producer-kamelet.camel.yaml
+++ b/jbang/kafka-apicurio-secured-schema-registry/kafka-apicurio-producer-kamelet.camel.yaml
@@ -44,7 +44,6 @@
             bootstrapServers: "{{bootstrap.servers}}"
             groupId: 'my-consumer-group'
             apicurioRegistryUrl: '{{schema.registry.url}}'
-            apicurioRegistryUrl: '{{schema.registry.url}}'
             apicurioAuthServiceUrl: '{{keycloak.service.url}}'
             apicurioAuthRealm: '{{keycloak.realm}}'
             apicurioAuthClientId: '{{keycloak.client.id}}'