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
- Uncheck Enable GitHub Issues and Track deployment of code changes
56
+
57
+
58
+
**Delivery Pipeline**
59
+
- IBM Cloud API Key: click New+ (do not click Save this key in a secrets store for reuse). The API key provides the same privileges as you user id and is used during pipeline execution
60
+
- Region: Region matching the toolchain is the default
61
+
- Resource group: choose
62
+
- Image Registry Namespace: secure-file-storage
63
+
- Docker Image name: secure-file-storage default is good
64
+
- Cluster Name: secure-file-storage-cluster
65
+
- Namespace: secure-file-storage - already is a good default
66
+
67
+
Click **Create**
68
+
69
+
Click on the Delivery Pipeline and take a look at the configuration:
- Environment Properties - stuff copied from the initial toolchain creation. Change the service plans as described in the README if required
83
+
84
+
47
85
Once the toolchain has completed, the application will be available at `https://secure-file-storage.<your-cluster-ingress-domain>`.
48
86
49
87
The toolchain includes a stage named **UNINSTALL (manual)**. This stage can only be triggered manually and will remove all resources created by the toolchain (app and services).
0 commit comments