remove rootDomain from examples (#1244)

This commit is contained in:
Karel Bilek 2020-08-10 11:36:29 +07:00 committed by GitHub
parent 1fd86ccd55
commit 27fb46e32f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 0 additions and 3 deletions

View file

@ -68,7 +68,6 @@ Like with Argo we will install Pomerium using the [Helm chart](https://github.co
```yaml
config:
rootDomain: localhost.pomerium.io
policy:
- from: https://argo.localhost.pomerium.io
to: http://argo-server.kube-system.svc.cluster.local:2746

View file

@ -258,7 +258,6 @@ forwardAuth:
config:
sharedSecret: YOUR_SHARED_SECRET
cookieSecret: YOUR_COOKIE_SECRET
rootDomain: domain.example
policy:
# this route is directly proxied by pomerium & injects the authorization header

View file

@ -19,7 +19,6 @@ service:
type: NodePort
config:
rootDomain: corp.beyondperimeter.com
policy:
- from: https://hello.corp.beyondperimeter.com
to: http://nginx.default.svc.cluster.local:80