From c2908ef888cd72b56c0adecb49440604d5d00553 Mon Sep 17 00:00:00 2001 From: Sebastian Tiedtke Date: Thu, 28 Feb 2019 14:06:42 -0800 Subject: [PATCH] Change install locations --- autocert/init/autocert.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/autocert/init/autocert.sh b/autocert/init/autocert.sh index 31f31790..452f4a9b 100755 --- a/autocert/init/autocert.sh +++ b/autocert/init/autocert.sh @@ -112,15 +112,15 @@ kubectl -n step create secret generic autocert-password --from-literal "password echo echo -e "\e[1mDeploying certificate authority...\e[0m" -kubectl apply -f https://raw.githubusercontent.com/smallstep/certificates/autocert/autocert/install/01-step-ca.yaml +kubectl apply -f https://raw.githubusercontent.com/smallstep/certificates/seb/ct-local/autocert/install/01-step-ca.yaml kubectl -n step rollout status deployment/ca # Deploy autocert, setup RBAC, and wait for rollout to complete echo echo -e "\e[1mDeploying autocert...\e[0m" -kubectl apply -f https://raw.githubusercontent.com/smallstep/certificates/autocert/autocert/install/02-autocert.yaml -kubectl apply -f https://raw.githubusercontent.com/smallstep/certificates/autocert/autocert/install/03-rbac.yaml +kubectl apply -f https://raw.githubusercontent.com/smallstep/certificates/seb/ct-local/autocert/install/02-autocert.yaml +kubectl apply -f https://raw.githubusercontent.com/smallstep/certificates/seb/ct-local/autocert/install/03-rbac.yaml kubectl -n step rollout status deployment/autocert # Some `base64`s wrap lines... no thanks!