You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pages/serverless-jobs/how-to/execute-complex-commands.mdx
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ You can bypass this limitation by passing complex commands and scripts to a Serv
16
16
17
17
- A Scaleway account logged into the [console](https://console.scaleway.com)
18
18
-[Owner](/iam/concepts/#owner) status or [IAM permissions](/iam/concepts/#permission) allowing you to perform actions in the intended Organization
19
-
-created a [Serverless Job](/serverless-jobs/how-to/create-job/)
19
+
-Created a [Serverless Job](/serverless-jobs/how-to/create-job/)
20
20
21
21
## How to create a secret containing your command
22
22
@@ -26,7 +26,7 @@ You can bypass this limitation by passing complex commands and scripts to a Serv
26
26
27
27
3. Click **+ Create secret**.
28
28
29
-
4.Select **Import secret**, choose the **Opaque** secret type, then drag and drop your file to the dedicated area. The maximum file size for your secret is 64 KiB.
29
+
4. Select **Import secret**, choose the **Opaque** secret type, then drag and drop your file to the dedicated area. The maximum file size for your secret is 64 KiB.
30
30
<Messagetype="note">
31
31
We recommend using a shell script (`.sh`) file containing your command. Refer to the [section below](#complex-commands-examples) for example commands.
32
32
</Message>
@@ -41,7 +41,7 @@ You can bypass this limitation by passing complex commands and scripts to a Serv
41
41
42
42
Your file can now be passed to your Serverless Job as a secret reference.
43
43
44
-
## Create a Serverles Job referencing your command as a secret
44
+
## Create a Serverless Job referencing your command as a secret
45
45
46
46
1. Click **Jobs** in the **Serverless** section of the side menu. The jobs page displays.
0 commit comments