From 3f461c308f96bb219e5ffc0467acde4b6a812c13 Mon Sep 17 00:00:00 2001 From: Alexander Matyushentsev Date: Wed, 27 Mar 2019 08:41:56 -0700 Subject: [PATCH] Add link to blue green sample app (#20) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b650aee..7033ccd 100644 --- a/README.md +++ b/README.md @@ -16,3 +16,4 @@ to explore ArgoCD and GitOps! | [blue-green-deploy](blue-green-deploy/) | Demonstrates an Argo CD Sync hook which performs a blue/green deployment | | [sock-shop](sock-shop/) | A microservices demo application (https://microservices-demo.github.io) | | [plugins](plugins/) | Applications which demonstrate config management plugins usage | +| [blue-green](blue-green/) | Demonstrates how to implement blue-green deployment using [Argo Rollouts](https://github.com/argoproj/argo-rollouts)