File tree Expand file tree Collapse file tree 1 file changed +13
-5
lines changed
Expand file tree Collapse file tree 1 file changed +13
-5
lines changed Original file line number Diff line number Diff 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
2331minikube start
2432```
2533
26- ### 2 . Deploy SPIRE
34+ ### 3 . Deploy SPIRE
2735
2836Now we can excute the following to deploy our SPIRE instance:
2937
3038``` sh
3139helm 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
3644Now 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
5664You can verify the deployment with:
5765
5866``` sh
5967helm test spire -n spire-server
6068```
6169
62- ### 5 . Access Tornjak UI
70+ ### 6 . Access Tornjak UI
6371
6472Run the backend.
6573
You can’t perform that action at this time.
0 commit comments