mirror of
https://github.com/pomerium/pomerium.git
synced 2025-08-02 16:30:17 +02:00
scripts: fix helm gke script
Signed-off-by: Bobby DeSimone <bobbydesimone@gmail.com>
This commit is contained in:
parent
70c5553d3c
commit
65549124df
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
Add a link
Reference in a new issue