docs: fix example policy name typo (#143)

Rename s/config-policy-only.yaml /config.example.policy.only/
Removed POLICY_FILE references
This commit is contained in:
Bobby DeSimone 2019-05-27 14:06:10 -07:00 committed by GitHub
parent 80612247e3
commit 3d6471c4b3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 8 additions and 10 deletions

View file

@ -23,8 +23,8 @@ kubectl create secret generic -n pomerium certificate-key --from-literal=certifi
echo "=> load TLS to ingress"
kubectl create secret tls -n pomerium pomerium-tls --key privkey.pem --cert cert.pem
echo "=> initiliaze a configmap setting for POLICY from config-policy-only.yaml"
kubectl create configmap -n pomerium policy --from-literal=policy=$(cat config-policy-only.yaml | base64)
echo "=> initiliaze a configmap setting for POLICY from config.example.policy.only.yaml"
kubectl create configmap -n pomerium policy --from-literal=policy=$(cat config.example.policy.only.yaml | base64)
echo "=> settingidp-client-secret, you changed this right? :)"
exit 1 # comment out or delete this line once you change the following two settings