docs: update enterprise helm instructions to use main repo (#2463)

This commit is contained in:
Travis Groth 2021-08-09 21:00:11 -04:00 committed by GitHub
parent 6af0655206
commit d46c89ad67
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -112,17 +112,17 @@ This setup assumes an existing certificate solution using cert-manager, as descr
pullPassword: your-access-key
```
1. Add the Pomerium Enterprise repository to your Helm configuration:
1. The Pomerium repository should already be in your Helm configuration per [Pomerium using Helm]. If not, add it now:
```bash
helm repo add pomerium-enterprise https://releases.pomerium.com
helm repo add pomerium https://helm.pomerium.io
helm repo update
```
1. Install Pomerium Enterprise:
```bash
helm install pomerium-console pomerium-enterprise/pomerium-console --values=pomerium-console-values.yaml
helm install pomerium-console pomerium/pomerium-console --values=pomerium-console-values.yaml
```
1. If you haven't configured a public DNS record for your Pomerium domain space, you can use `kubectl` to generate a local proxy:
@ -146,4 +146,4 @@ kubectl delete svc pomerium-proxy
```
[Pomerium using Helm]: /docs/install/helm.md
[cert-manager]: https://cert-manager.io/docs/
[cert-manager]: https://cert-manager.io/docs/