mirror of
https://github.com/pomerium/pomerium.git
synced 2025-05-03 04:16:03 +02:00
Merge pull request #322 from desimone/bugs/fix-helm-script
scripts: fix helm gke script
This commit is contained in:
commit
218d157fce
1 changed files with 1 additions and 1 deletions
|
@ -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 \
|
||||
|
|
Loading…
Add table
Reference in a new issue