Skip to content

Commit 7a33abd

Browse files
committed
alpha to beta
1 parent ab30717 commit 7a33abd

File tree

1 file changed

+39
-1
lines changed

1 file changed

+39
-1
lines changed

README.md

Lines changed: 39 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ This project comes with a partially automated toolchain capable of deploying the
2121

2222
1. Create a **standard** Kubernetes cluster
2323

24-
1. Create a registry namespace
24+
1. Create a Kubernetes registry namespace
2525

2626
1. Optionally create a specific resource group for this project
2727

@@ -44,6 +44,44 @@ The toolchain will need to be started manually. Open the toolchain and choose t
4444
### Continue
4545

4646

47+
Input is required on two tabs.
48+
**GitHub**
49+
- Change the toolchain name to secure-file-storage-toolchain
50+
- Select the region and resource group
51+
- GitHub Server: GitHub (https://githubcom) - already selected
52+
- Repository type: Existing
53+
- Repository URL: https://github.com/powellquiring/secure-file-storage - already selected
54+
- Integration Owner: powellquiring - already selected
55+
- 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:
70+
71+
### Classic Delivery Pipeline
72+
73+
74+
### Tekton Delivery Pipeline
75+
Inspect the tabs on the left
76+
- Definitions: 
77+
  - Repository: https://github.com/powellquiring/secure-file-storage
78+
  - Branch: master
79+
  - Path .tekton
80+
- Worker: (Beta) IBM Managed workers (Tekton Pipelines v0.11.2) in DALLAS
81+
- Triggers: BUILD, DEPLOY, ROTATE_STORAGE_CREDENTIALS, ...
82+
- Environment Properties - stuff copied from the initial toolchain creation.   Change the service plans as described in the README if required
83+
84+
4785
Once the toolchain has completed, the application will be available at `https://secure-file-storage.<your-cluster-ingress-domain>`.
4886

4987
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

Comments
 (0)