Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pages/scaleway-sdk/go-sdk.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ content:
paragraph: This page explains how to install and use the Scaleway Go software development kit (SDK)
tags: devtools sdk go-sdk go golang
dates:
validation: 2025-06-09s
validation: 2025-06-09
posted: 2023-11-14
categories:
- devtools
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,8 @@ This page shows you how to create and manage a Serverless Containers namespace.
1. Click **Containers** in the **Serverless** section of the side menu. The list of your containers namespaces displays.
2. Click **Create namespace**. If you have no existing Serverless Containers resources in your current Project, click **Deploy container**.
3. Complete the following steps in the wizard:
<<<<<<< MTA-6082
- Enter a **name** or use the automatically generated one. The name must only contain alphanumeric characters and dashes.
- Enter an optional **description** and **tags**.
=======
- Enter a **name** or use the automatically generated one. The name can only contain lowercase alphanumeric characters and dashes.
- Optionally, add a **description** and **tags**.
>>>>>>> main
- Choose a **region**, which is the geographical location in which your namespace will be deployed.
- Enter any **environment variables** required for your namespace. Environment variables configured in a namespace will be available in all containers/apps within the same namespace. For each environment variable, click **+ Add new variable** and enter the key / value pair.
- Set secret environment variables (optional). **Secrets** are environment variables that are injected into your container and stored securely, but not displayed in the console after initial validation. Add a **key** and a **value**.
Expand Down