From eaecac6da1df8127e75039f680f5a373ac5442f7 Mon Sep 17 00:00:00 2001 From: DanielaS12 <111055962+DanielaS12@users.noreply.github.com> Date: Mon, 27 Feb 2023 15:03:16 +0200 Subject: [PATCH] Updated link for quick-spin compose to use oss. --- content/en/continuous-deployment/try/instructions.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/en/continuous-deployment/try/instructions.md b/content/en/continuous-deployment/try/instructions.md index e78fc39be1..a0560d929f 100644 --- a/content/en/continuous-deployment/try/instructions.md +++ b/content/en/continuous-deployment/try/instructions.md @@ -41,7 +41,7 @@ Before you can use the evaluation product, you must configure your Kubernetes cl Run the container using Docker Compose by executing: ```bash - curl -sSL https://go.armory.io/quick-spin-compose | docker compose -f - up + curl -sSL https://go.armory.io/quick-spin-compose-oss | docker compose -f - up ``` When the installation is complete the ready banner appears: @@ -99,4 +99,4 @@ The Armory CD instance is configured for easy installation, evaluation, testing, - Support for Blue/Green (red/black in Spinnaker lingo) and Highlander deployment strategies (Canary not currently supported) - Default providers are limited to Kubernetes using the kubernetes account you provide access to - This release does not support local cluster deployments -- Port `9000` must be open to deploy the easy install container \ No newline at end of file +- Port `9000` must be open to deploy the easy install container