This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch ftp-autocreate in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git
commit edb72b0c20655e44f894604d6d7ee550fd38e691 Author: Andrea Cosentino <[email protected]> AuthorDate: Fri Mar 10 09:50:49 2023 +0100 FTP sink - Add autocreate option for consistency with the source Signed-off-by: Andrea Cosentino <[email protected]> --- kamelets/ftp-sink.kamelet.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kamelets/ftp-sink.kamelet.yaml b/kamelets/ftp-sink.kamelet.yaml index 0b8d8c8e..0e451477 100644 --- a/kamelets/ftp-sink.kamelet.yaml +++ b/kamelets/ftp-sink.kamelet.yaml @@ -91,7 +91,7 @@ spec: default: false x-descriptors: - 'urn:alm:descriptor:com.tectonic.ui:checkbox' - autocreate: + autoCreate: title: Autocreate Missing Directories description: Automatically create the directory the files should be written to. type: boolean @@ -125,4 +125,4 @@ spec: passiveMode: "{{passiveMode}}" fileExist: "{{fileExist}}" binary: "{{binary}}" - autocreate: "{{autocreate}}" + autoCreate: "{{autoCreate}}"
