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 acb3f60bff576dd9636c46cf05bc8c0520c3ed31 Author: Andrea Cosentino <[email protected]> AuthorDate: Fri Dec 17 18:21:48 2021 +0100 Added Google Cloud Functions Sink Kamelet --- kamelets/google-functions-sink.kamelet.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kamelets/google-functions-sink.kamelet.yaml b/kamelets/google-functions-sink.kamelet.yaml index 9de189e..670367b 100644 --- a/kamelets/google-functions-sink.kamelet.yaml +++ b/kamelets/google-functions-sink.kamelet.yaml @@ -36,7 +36,7 @@ spec: required: - projectId - functionName - - location + - region - serviceAccountKey type: object properties:
