mirror of
https://github.com/pomerium/pomerium.git
synced 2025-06-06 21:04:39 +02:00
docs: update enterprise helm instructions to use main repo (#2463)
This commit is contained in:
parent
6af0655206
commit
d46c89ad67
1 changed files with 4 additions and 4 deletions
|
@ -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/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue