mirror of
https://github.com/pomerium/pomerium.git
synced 2025-07-28 05:59:10 +02:00
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:
parent
80612247e3
commit
3d6471c4b3
5 changed files with 8 additions and 10 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue