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