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: README.md
+6-3Lines changed: 6 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,8 @@ Click the "Add to project" button, and select create in new project.
16
16
## 3. Set the input configuration for the stack
17
17
18
18
- Clone this repository locally - and checkout the dev branch.
19
-
- Create a file with name ".def.json" with the following content.
19
+
- Create a file with name ".def.json" with the following content.
20
+
- The signing key is the base64 key obtained from the `gpg --export-secret-key <Email Address> | base64` command. See https://cloud.ibm.com/docs/devsecops?topic=devsecops-devsecops-image-signing#cd-devsecops-gpg-export for details.
20
21
21
22
**Important**:
22
23
- Ensure region is either us-south or eu-de as watsonx can only be deployed in those 2 locations for now.
@@ -30,7 +31,8 @@ Click the "Add to project" button, and select create in new project.
30
31
"resource_group_name": "<target resource group - name of a new resource group that the stack will creates>",
31
32
"region": "<region where resources are deployed>",
0 commit comments