docs: fix typos in examples

This commit is contained in:
Bobby DeSimone 2019-06-04 22:19:07 -07:00
parent dec57f66f3
commit 6eab1b7630
No known key found for this signature in database
GPG key ID: AEE4CF12FE86D07E
2 changed files with 5 additions and 5 deletions

View file

@ -17,10 +17,10 @@ services:
environment:
- SERVICES=authenticate
# NOTE!: Replace with your identity provider settings https://www.pomerium.io/docs/identity-providers.html
- IDP_PROVIDER=google
- IDP_PROVIDER_URL=https://accounts.google.com
- IDP_CLIENT_ID=REPLACE_ME.apps.googleusercontent.com
- IDP_CLIENT_SECRET=REPLACE_ME
# - IDP_PROVIDER=google
# - IDP_PROVIDER_URL=https://accounts.google.com
# - IDP_CLIENT_ID=REPLACE_ME.apps.googleusercontent.com
# - IDP_CLIENT_SECRET=REPLACE_ME
# - IDP_CLIENT_SECRET=REPLACE_ME
# NOTE! Generate new secret keys! e.g. `head -c32 /dev/urandom | base64`
# Generated secret keys must match between services

View file

@ -53,7 +53,7 @@ helm install $HOME/pomerium-helm \
--set authenticate.idp.clientID="REPLACE_ME" \
--set authenticate.idp.clientSecret="REPLACE_ME" \
--set-string ingress.annotations."kubernetes\.io/ingress\.allow-http"=false \
--set ingress.annotations."cloud\.google\.com/app-protocols"='\{"https":"HTTPS"\}
--set ingress.annotations."cloud\.google\.com/app-protocols"='\{"https":"HTTPS"\}'
# When done, clean up by deleting the cluster!
# helm del $(helm ls --all --short) --purge # deletes all your helm instances