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

commit c3b7217abafbc07c31dc89af826fedc98bca05f8
Author: Andrea Cosentino <anco...@gmail.com>
AuthorDate: Wed Sep 8 14:01:02 2021 +0200

    Added Google pubsub Source Kamelet
---
 .../src/main/resources/kamelets/google-pubsub-source.kamelet.yaml       | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/library/camel-kamelets/src/main/resources/kamelets/google-pubsub-source.kamelet.yaml
 
b/library/camel-kamelets/src/main/resources/kamelets/google-pubsub-source.kamelet.yaml
index 11ffcf0..97e74c9 100644
--- 
a/library/camel-kamelets/src/main/resources/kamelets/google-pubsub-source.kamelet.yaml
+++ 
b/library/camel-kamelets/src/main/resources/kamelets/google-pubsub-source.kamelet.yaml
@@ -19,7 +19,7 @@ spec:
       The serviceAccountKey property needs to be encoded in base64, so when 
you pass it as parameter, don't forget to encode it.
     required:
       - projectId
-      - destinationName
+      - subscriptionName
       - serviceAccountKey
     type: object
     properties:

Reply via email to