Merge pull request #322 from desimone/bugs/fix-helm-script

scripts: fix helm gke script
This commit is contained in:
Bobby DeSimone 2019-09-27 09:32:31 -07:00 committed by GitHub
commit 218d157fce
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -36,7 +36,7 @@ echo "=> install pomerium with helm"
echo " replace configuration settings to meet your specific needs and identity provider settings"
echo "=> initiliaze a configmap setting from config.example.yaml"
kubectl create configmap config --from-file="config.yaml"="docs/docs/examples/config/config.example.yaml"
kubectl create configmap config --from-file="config.yaml"="docs/docs/reference/examples/config/config.example.yaml"
# git clone https://github.com/pomerium/pomerium-helm.git $HOME/pomerium-helm
helm install \