From 791d50dcd9cfc3f59fef71a61b3a7873ac79081f Mon Sep 17 00:00:00 2001 From: michael beisiegel Date: Tue, 26 Jun 2018 11:15:10 -0700 Subject: [PATCH] fixed config.tgz download --- spinnaker/1.10/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spinnaker/1.10/README.md b/spinnaker/1.10/README.md index e829803e..e3b8bd85 100644 --- a/spinnaker/1.10/README.md +++ b/spinnaker/1.10/README.md @@ -64,7 +64,7 @@ Go to the [Using Spinnaker](#using-spinnaker) section to learn how to access the Use the following command to download Spinnaker configuration templates to get started. ``` -curl -O https://.../spinnaker/assets/spin-config.zip && unzip spin-config.zip && cd config && chmod +x gen-configjson +curl -O https://ecosystem-repo.s3.amazonaws.com/spinnaker/artifacts/0.2.0-1.4.2/config.tgz && tar -xzf config.tgz && cd config && chmod +x gen-optionsjson ``` The created *config* folder has the following yml templates.