@@ -6,17 +6,16 @@ to explore ArgoCD and GitOps!
6
6
7
7
| Application | Description |
8
8
| -------------| -------------|
9
- | [ guestbook] ( guestbook/ ) | A hello word guestbook application as plain YAML |
10
- | [ ksonnet-guestbook] ( ksonnet-guestbook/ ) | The guestbook application as a ksonnet app |
11
- | [ helm-guestbook] ( helm-guestbook/ ) | The guestbook application as a Helm chart |
12
- | [ jsonnet-guestbook] ( jsonnet-guestbook/ ) | The guestbook application as a raw jsonnet |
13
- | [ jsonnet-guestbook-tla] ( jsonnet-guestbook-tla/ ) | The guestbook application as a raw jsonnet with support for top level arguments |
14
- | [ kustomize-guestbook] ( kustomize-guestbook/ ) | The guestbook application as a Kustomize 2 app |
9
+ | [ guestbook] ( guestbook/ ) | A hello word guestbook app as plain YAML |
10
+ | [ ksonnet-guestbook] ( ksonnet-guestbook/ ) | The guestbook app as a ksonnet app |
11
+ | [ helm-guestbook] ( helm-guestbook/ ) | The guestbook app as a Helm chart |
12
+ | [ jsonnet-guestbook] ( jsonnet-guestbook/ ) | The guestbook app as a raw jsonnet |
13
+ | [ jsonnet-guestbook-tla] ( jsonnet-guestbook-tla/ ) | The guestbook app as a raw jsonnet with support for top level arguments |
14
+ | [ kustomize-guestbook] ( kustomize-guestbook/ ) | The guestbook app as a Kustomize 2 app |
15
15
| [ pre-post-sync] ( pre-post-sync/ ) | Demonstrates Argo CD PreSync and PostSync hooks |
16
16
| [ sync-waves] ( sync-waves/ ) | Demonstrates Argo CD sync waves with hooks |
17
17
| [ helm-dependency] ( helm-dependency/ ) | Demonstrates how to customize an OTS (off-the-shelf) helm chart from an upstream repo |
18
- | [ sock-shop] ( sock-shop/ ) | A microservices demo application (https://microservices-demo.github.io) |
19
- | [ plugins] ( plugins/ ) | Applications which demonstrate config management plugins usage |
18
+ | [ sock-shop] ( sock-shop/ ) | A microservices demo app (https://microservices-demo.github.io) |
19
+ | [ plugins] ( plugins/ ) | Apps which demonstrate config management plugins usage |
20
20
| [ blue-green] ( blue-green/ ) | Demonstrates how to implement blue-green deployment using [ Argo Rollouts] ( https://github.com/argoproj/argo-rollouts )
21
- | [ applications] ( applications/ ) | An application composed of other applications |
22
- | [ applications-helm] ( applications-helm/ ) | Demonstrates application composed of other applications using Helm chart and value files |
21
+ | [ apps] ( apps/ ) | An app composed of other apps |
0 commit comments