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 18e29de Regen for commit aac24391a1c30ffaf8a5f0f1a264c1fec2d7b6b9 18e29de is described below commit 18e29dec88cbf0f166d9c34066bbb5eaf71efedb Author: oscerd <osc...@users.noreply.github.com> AuthorDate: Sun Sep 5 16:31:34 2021 +0000 Regen for commit aac24391a1c30ffaf8a5f0f1a264c1fec2d7b6b9 Signed-off-by: GitHub <nore...@github.com> --- .../src/main/resources/kamelets/mongodb-source.kamelet.yaml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/library/camel-kamelets/src/main/resources/kamelets/mongodb-source.kamelet.yaml b/library/camel-kamelets/src/main/resources/kamelets/mongodb-source.kamelet.yaml index 3738e3e..995df36 100644 --- a/library/camel-kamelets/src/main/resources/kamelets/mongodb-source.kamelet.yaml +++ b/library/camel-kamelets/src/main/resources/kamelets/mongodb-source.kamelet.yaml @@ -22,8 +22,6 @@ spec: required: - hosts - collection - - password - - username - database type: object properties: @@ -74,8 +72,8 @@ spec: parameters: hosts: "{{hosts}}" collection: "{{collection}}" - password: "{{password}}" - username: "{{username}}" + password: "{{?password}}" + username: "{{?username}}" database: "{{database}}" persistentTailTracking: "{{persistentTailTracking}}" tailTrackIncreasingField: "{{?tailTrackIncreasingField}}"