mirror of
https://github.com/pomerium/pomerium.git
synced 2025-06-07 05:12:45 +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
|
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
|
```bash
|
||||||
helm repo add pomerium-enterprise https://releases.pomerium.com
|
helm repo add pomerium https://helm.pomerium.io
|
||||||
helm repo update
|
helm repo update
|
||||||
```
|
```
|
||||||
|
|
||||||
1. Install Pomerium Enterprise:
|
1. Install Pomerium Enterprise:
|
||||||
|
|
||||||
```bash
|
```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:
|
1. If you haven't configured a public DNS record for your Pomerium domain space, you can use `kubectl` to generate a local proxy:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue