From 65549124df61e7f50b76e2dfea2d5118cf38326b Mon Sep 17 00:00:00 2001 From: Bobby DeSimone Date: Tue, 24 Sep 2019 22:49:34 -0700 Subject: [PATCH] scripts: fix helm gke script Signed-off-by: Bobby DeSimone --- scripts/helm_gke.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/helm_gke.sh b/scripts/helm_gke.sh index 6aa50e728..d755bcec0 100755 --- a/scripts/helm_gke.sh +++ b/scripts/helm_gke.sh @@ -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 \