You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2022/01/12 15:31:54 UTC

[camel-kamelets] branch main updated: Regen for commit 60d7ed7aa136dcd1e0b2792c76a9e5bad214a528

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

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


The following commit(s) were added to refs/heads/main by this push:
     new 2bac79e  Regen for commit 60d7ed7aa136dcd1e0b2792c76a9e5bad214a528
2bac79e is described below

commit 2bac79ed301edff49890fbae9cffb0261c20cdb3
Author: valdar <va...@users.noreply.github.com>
AuthorDate: Wed Jan 12 15:20:09 2022 +0000

    Regen for commit 60d7ed7aa136dcd1e0b2792c76a9e5bad214a528
    
    Signed-off-by: GitHub <no...@github.com>
---
 .../main/resources/kamelets/elasticsearch-index-sink.kamelet.yaml    | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/library/camel-kamelets/src/main/resources/kamelets/elasticsearch-index-sink.kamelet.yaml b/library/camel-kamelets/src/main/resources/kamelets/elasticsearch-index-sink.kamelet.yaml
index 14cff85..db4761f 100644
--- a/library/camel-kamelets/src/main/resources/kamelets/elasticsearch-index-sink.kamelet.yaml
+++ b/library/camel-kamelets/src/main/resources/kamelets/elasticsearch-index-sink.kamelet.yaml
@@ -97,6 +97,9 @@ spec:
     beans:
       - name: local-es
         type: "#class:org.apache.camel.component.elasticsearch.ElasticsearchComponent"
+        properties:
+            user: "{{user:dummy}}"
+            password: "{{password:dummy}}"
     from:
       uri: kamelet:source
       steps:
@@ -130,8 +133,6 @@ spec:
             operation: "INDEX"
             hostAddresses: "{{hostAddresses}}"
             enableSSL: "{{enableSSL}}"
-            user: "{{?user}}"
-            password: "{{?password}}"
             indexName: "{{?indexName}}"
       - marshal:
           json: { }