Skip to content
This repository was archived by the owner on Mar 22, 2024. It is now read-only.

Commit cab5ac4

Browse files
committed
Improve the Tornjak documentation
Signed-off-by: Mariusz Sabath <mrsabath@gmail.com>
1 parent bd393e9 commit cab5ac4

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

examples/tornjak/README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ helm upgrade --install --namespace spire-server \
1515
--values ../production/values.yaml \
1616
--values ./values.yaml \
1717
--render-subchart-notes \
18-
spire charts/spire
18+
spire ../../charts/spire
1919

2020
# test the Tornjak deployment
2121
helm test spire -n spire-server
@@ -27,8 +27,13 @@ To access Tornjak you will have to use port-forwarding for the time being *(unti
2727

2828
Run following commands from your shell, if you ran with different values your namespace might differ. Consult the install notes printed when running above `helm upgrade` command in that case.
2929

30+
Since `port-forward` is a blocking command, execute them in two different consoles:
31+
3032
```shell
3133
kubectl -n spire-server port-forward service/spire-tornjak-backend 10000:10000
34+
```
35+
36+
```shell
3237
kubectl -n spire-server port-forward service/spire-tornjak-frontend 3000:3000
3338
```
3439

0 commit comments

Comments
 (0)