Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions kamelets/couchbase-sink.kamelet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,10 @@ spec:
description: The starting id
type: integer
default: 1
connectionString:
title: Connection String
description: The full Couchbase SDK connection string (e.g. couchbase://host:port). When set, it takes precedence over hostname extraction for the KV service port.
type: string
autoStartId:
title: Auto Start Id
description: Auto Start Id or not
Expand All @@ -92,3 +96,4 @@ spec:
startingIdForInsertsFrom: "{{startingId}}"
username: "{{username}}"
password: "{{password}}"
connectionString: "{{?connectionString}}"
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,10 @@ spec:
description: The starting id
type: integer
default: 1
connectionString:
title: Connection String
description: The full Couchbase SDK connection string (e.g. couchbase://host:port). When set, it takes precedence over hostname extraction for the KV service port.
type: string
autoStartId:
title: Auto Start Id
description: Auto Start Id or not
Expand All @@ -92,3 +96,4 @@ spec:
startingIdForInsertsFrom: "{{startingId}}"
username: "{{username}}"
password: "{{password}}"
connectionString: "{{?connectionString}}"
Loading