Skip to content

Commit

Permalink
Regen for commit 60d7ed7
Browse files Browse the repository at this point in the history
Signed-off-by: GitHub <noreply@github.com>
  • Loading branch information
valdar authored and oscerd committed Jan 12, 2022
1 parent 60d7ed7 commit 2bac79e
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -130,8 +133,6 @@ spec:
operation: "INDEX"
hostAddresses: "{{hostAddresses}}"
enableSSL: "{{enableSSL}}"
user: "{{?user}}"
password: "{{?password}}"
indexName: "{{?indexName}}"
- marshal:
json: { }

0 comments on commit 2bac79e

Please sign in to comment.