You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2021/12/17 17:28:46 UTC

[camel-kamelets] 07/11: Added Google Cloud Functions Sink Kamelet

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

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

commit 7f225e930af49c8c8283e5e9491ec97a8262cfa1
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Dec 17 18:22:09 2021 +0100

    Added Google Cloud Functions Sink Kamelet
---
 .../src/main/resources/kamelets/google-functions-sink.kamelet.yaml      | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/library/camel-kamelets/src/main/resources/kamelets/google-functions-sink.kamelet.yaml b/library/camel-kamelets/src/main/resources/kamelets/google-functions-sink.kamelet.yaml
index 9de189e..670367b 100644
--- a/library/camel-kamelets/src/main/resources/kamelets/google-functions-sink.kamelet.yaml
+++ b/library/camel-kamelets/src/main/resources/kamelets/google-functions-sink.kamelet.yaml
@@ -36,7 +36,7 @@ spec:
     required:
       - projectId
       - functionName
-      - location
+      - region
       - serviceAccountKey
     type: object
     properties: