mirror of
https://github.com/pomerium/pomerium.git
synced 2025-06-07 05:12:45 +02:00
docs: fix tpos in dashboard recipe (#504)
Signed-off-by: Bobby DeSimone <bobbydesimone@gmail.com>
This commit is contained in:
parent
8c7fdf4b80
commit
8f6f686bbe
1 changed files with 2 additions and 2 deletions
|
@ -68,7 +68,7 @@ curl -L https://git.io/get_helm.sh | bash
|
||||||
Add the default repository
|
Add the default repository
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
helm repo add stable https://kubernetes-charts.storage.googleapis.com/
|
helm repo add pomerium https://helm.pomerium.io
|
||||||
```
|
```
|
||||||
|
|
||||||
## NGINX Ingress
|
## NGINX Ingress
|
||||||
|
@ -82,7 +82,7 @@ Also, please note that while this guide uses [NGINX Ingress Controller], Pomeriu
|
||||||
NGINX Ingress controller can be installed via [Helm] from the official charts repository. To install the chart with the release name `helm-nginx-ingress`:
|
NGINX Ingress controller can be installed via [Helm] from the official charts repository. To install the chart with the release name `helm-nginx-ingress`:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
install helm-nginx-ingress stable/nginx-ingress
|
helm install helm-nginx-ingress stable/nginx-ingress
|
||||||
```
|
```
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue