This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch google-pubsub-source in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git
commit 58585fcc22cf6637ffb4149448cae301d2223fa5 Author: Andrea Cosentino <[email protected]> AuthorDate: Wed Sep 8 14:00:32 2021 +0200 Added Google pubsub Source Kamelet --- google-pubsub-source.kamelet.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/google-pubsub-source.kamelet.yaml b/google-pubsub-source.kamelet.yaml index 11ffcf0..97e74c9 100644 --- a/google-pubsub-source.kamelet.yaml +++ b/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:
