Skip to content
Snippets Groups Projects
Commit 8227c011 authored by Mariano Cano's avatar Mariano Cano
Browse files

Update install instructions to use helm.

parent eed55d4e
No related branches found
No related tags found
No related merge requests found
......@@ -111,8 +111,19 @@ To recap, we got:
### Installing step issuer
Finally, we need to install the step issuer. The easiest way to install it is
running `make deploy`, but we're going to run the individual steps here:
Finally, we need to install the step issuer. The easiest way to install it is to use helm:
```sg
helm repo add smallstep https://smallstep.github.io/helm-charts
helm repo update
helm install step-issuer smallstep/step-issuer
```
Now just follow the helm notes to have an issuer configured and your first
certificate.
If you want to install it from the repo, you can just run `make deploy`. These
are the individual steps for a manual installation:
First we install the CRDs:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment