Add link to blue green sample app (#20)

This commit is contained in:
Alexander Matyushentsev 2019-03-27 08:41:56 -07:00 committed by dthomson25
parent fd70f16a43
commit 3f461c308f
1 changed files with 1 additions and 0 deletions

View File

@ -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)