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

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

commit 76c944a5963f0bfc9951e1664cada364d8dc27ec
Author: Andrea Cosentino <[email protected]>
AuthorDate: Wed Feb 8 12:03:07 2023 +0100

    Convert all the parameters with multiple possible values to enum - FTPS 
Source
    
    Signed-off-by: Andrea Cosentino <[email protected]>
---
 kamelets/ftps-sink.kamelet.yaml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/kamelets/ftps-sink.kamelet.yaml b/kamelets/ftps-sink.kamelet.yaml
index a4c067d3..cdb8e9cc 100644
--- a/kamelets/ftps-sink.kamelet.yaml
+++ b/kamelets/ftps-sink.kamelet.yaml
@@ -79,9 +79,10 @@ spec:
         - 'urn:alm:descriptor:com.tectonic.ui:checkbox'
       fileExist:
         title: File Existence
-        description: "Specifies how the Kamelet behaves if the file already 
exists. Possible values are Override, Append, Fail, or Ignore."
+        description: "Specifies how the Kamelet behaves if the file already 
exists."
         type: string
         default: Override
+        enum: ["Override", "Append", "Fail", "Ignore"]
       binary:
         title: Binary
         description: Specifies the file transfer mode, BINARY or ASCII. 
Default is ASCII (false).

Reply via email to