Skip to content

Commit e016875

Browse files
committed
Add git clone step
Signed-off-by: Alan Cha <Alan.cha1@ibm.com>
1 parent 174e80b commit e016875

File tree

1 file changed

+13
-5
lines changed

1 file changed

+13
-5
lines changed

docs/helm/tornjak-helm-chart.md

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,21 +17,29 @@ Make sure you have the following installed on your system:
1717

1818
## Step-by-Step Deployment
1919

20-
### 1. Start Minikube
20+
### 1. Clone Repo
21+
22+
```sh
23+
git clone https://github.com/spiffe/tornjak.git
24+
cd tornjak
25+
cd docs/helm
26+
```
27+
28+
### 2. Start Minikube
2129

2230
```sh
2331
minikube start
2432
```
2533

26-
### 2. Deploy SPIRE
34+
### 3. Deploy SPIRE
2735

2836
Now we can excute the following to deploy our SPIRE instance:
2937

3038
```sh
3139
helm upgrade --install -n spire-server spire-crds spire-crds --repo https://spiffe.github.io/helm-charts-hardened/ --create-namespace
3240
```
3341

34-
### 3. Deploy Tornjak
42+
### 4. Deploy Tornjak
3543

3644
Now we can deploy Tornjak with SPIRE.
3745

@@ -51,15 +59,15 @@ helm upgrade --install -n spire-server spire spire \
5159
--render-subchart-notes
5260
```
5361

54-
### 4. Test Deployment
62+
### 5. Test Deployment
5563

5664
You can verify the deployment with:
5765

5866
```sh
5967
helm test spire -n spire-server
6068
```
6169

62-
### 5. Access Tornjak UI
70+
### 6. Access Tornjak UI
6371

6472
Run the backend.
6573

0 commit comments

Comments
 (0)