Skip to content

Commit 6d560ac

Browse files
committed
docs(srv): update
1 parent 9686046 commit 6d560ac

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pages/serverless-functions/faq.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,10 +194,12 @@ Integration is straightforward. Serverless Functions and Containers can be trigg
194194

195195
Serverless Functions namespaces and Container Registry namespaces observe the following behaviors:
196196

197-
- Creating a Serverless Functions namespace implicitly creates a Container Registry namespace. When a Serverless Function is deployed, the built image will be stored in the Container Registry namespace created.
197+
- Creating a Serverless Functions namespace implicitly creates an empty Container Registry namespace. When a Serverless Function is deployed, the built image will be stored in the Container Registry namespace created.
198198

199199
- Creating a Container Registry namespace **does not** create a Serverless Functions namespace.
200200

201+
- Deploying a function in a Serverless Functions namespace creates an image in the corresponding Container Registry namespace.
202+
201203
- If you delete The Container Registry namespace associated with a Serverless Functions namespace, it will be created again when deploying a function within this Serverless Functions namespace.
202204

203205
### How can I check build errors?

0 commit comments

Comments
 (0)