Skip to content

Latest commit

 

History

History
26 lines (22 loc) · 774 Bytes

File metadata and controls

26 lines (22 loc) · 774 Bytes

argocd-example-deployments

This repository holds an example ApplicationSet to show how to use an ArgoCD ApplicationSet with git generator.

There are also 3 different application deployment definition: deploy.yaml files define to deploy which app with which version and release name etc, config.yaml files hold config values for each app.

Directory structure:

.
├── appset.yaml
├── dev
│   ├── cert-manager
│   │   ├── config.yaml
│   │   └── deploy.yaml
│   ├── ingress-nginx
│   │   ├── config.yaml
│   │   └── deploy.yaml
│   └── nginx
│       ├── config.yaml
│       └── deploy.yaml
├── stage/
└── prod/