Skip to content

Commit 3c4ba19

Browse files
Update pages/serverless-jobs/how-to/create-job.mdx
Co-authored-by: Jessica <[email protected]>
1 parent cfca112 commit 3c4ba19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/serverless-jobs/how-to/create-job.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ Scaleway's Serverless Jobs allows you to create jobs from several container [reg
4949
<Tabs>
5050
<TabsTab label="Data">
5151
1. Declare [environment variables](/serverless-jobs/concepts/#environment-variables) you want to inject into your job. For each environment variable, click **+Add variable** and enter the key/value pair.
52-
2. Add [secrets references](/serverless-functions/concepts/#secrets) for your Job. Secret references are environment variables fetched from [Scaleway Secret Manager](/secret-manager/) that are injected into your job, but the values are not retained or displayed by Scaleway after initial validation.
52+
2. Add [secrets references](/serverless-functions/concepts/#secrets) for your job. Secret references are environment variables fetched from [Scaleway Secret Manager](/secret-manager/) that are injected into your job, but the values are not retained or displayed by Scaleway after initial validation.
5353
<Message type="note">
5454
Encode your environment variables and secrets to `base64` if they are too large, and contain carriage returns.
5555
</Message>

0 commit comments

Comments
 (0)