docs: update helm values for chart v20.0.0 (#2242)

This commit is contained in:
Travis Groth 2021-05-27 18:46:23 -04:00 committed by GitHub
parent 91dd937468
commit 88902003f7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View file

@ -28,7 +28,8 @@ echo "=> install pomerium with helm"
helm install \
pomerium \
pomerium/pomerium \
--set service.type="NodePort" \
--set proxy.service.type="NodePort" \
--set authenticate.service.type="NodePort" \
--set config.sharedSecret=$(head -c32 /dev/urandom | base64) \
--set config.cookieSecret=$(head -c32 /dev/urandom | base64) \
--set ingress.secret.name="pomerium-tls" \