From 81e808ea74df432b8ed33ebd1791debf47de337a Mon Sep 17 00:00:00 2001 From: Alex Collins Date: Thu, 25 Apr 2019 11:47:39 -0700 Subject: [PATCH] fix --- README.md | 2 +- applications.yaml => applications/applications.yaml | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename applications.yaml => applications/applications.yaml (100%) diff --git a/README.md b/README.md index 467c4a7..f4f2474 100644 --- a/README.md +++ b/README.md @@ -16,4 +16,4 @@ to explore ArgoCD and GitOps! | [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) -| [applications.yaml](applications.yaml) | An application composed of other applications | +| [applications](applications/) | An application composed of other applications | diff --git a/applications.yaml b/applications/applications.yaml similarity index 100% rename from applications.yaml rename to applications/applications.yaml