Skip to content

Commit 6150e82

Browse files
alexecjessesuen
authored andcommitted
Clean-up (argoproj#35)
1 parent 08836bd commit 6150e82

16 files changed

+9
-255
lines changed

README.md

+9-10
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,16 @@ to explore ArgoCD and GitOps!
66

77
| Application | Description |
88
|-------------|-------------|
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 |
1515
| [pre-post-sync](pre-post-sync/) | Demonstrates Argo CD PreSync and PostSync hooks |
1616
| [sync-waves](sync-waves/) | Demonstrates Argo CD sync waves with hooks |
1717
| [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 |
2020
| [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 |

applications-helm/Chart.yaml

-10
This file was deleted.

applications-helm/templates/_helpers.tpl

-32
This file was deleted.

applications-helm/templates/applications.yaml

-30
This file was deleted.

applications-helm/templates/argocd-cm.yaml

-25
This file was deleted.

applications-helm/templates/argocd-rbac-cm.yaml

-19
This file was deleted.

applications-helm/templates/project.yaml

-45
This file was deleted.

applications-helm/values-global.yaml

-46
This file was deleted.

applications-helm/values-production.yaml

-19
This file was deleted.

applications-helm/values-staging.yaml

-19
This file was deleted.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)