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 24ea37e07b5345d67b4926b4b4f18d0018dc82fd Author: Andrea Cosentino <[email protected]> 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:
