Skip to content

villisco/argocd-apps

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

argocd-apps

This is an EXAMPLE(!) ArgoCD Applications (kind: AppProject) repository.
The ArgoCD application named "apps" (kind: Application) AUTO sync's these files!

This repository uses plain manifest files (no kustomize/helm) !

NB! The ability to create Applications in arbitrary Projects is an admin-level capability!

NB! Projects default & argocd are only for root apps - do not create new Applications under them!

Linked repositories

Repository structure

├── README.md
├── dev                       <!--- kubernetes cluster
│   ├── namespace1            <!--- kubernetes namespace
│   │   └── zipkin.yaml       <!--- ArgoCD "Application" definition (kind: Application)
│   └── namespace2
│       └── zipkin.yaml
├── live
│   └── ...
└── test
    └── ...

Applications

Application (kind: Application) provides the info for ArgoCD where to track & sync the user app manifests.
All Applications (kind: Application) must belong to an Project (kind: AppProject).

Please define all new user Projects in argocd-projects repository.

ArgoCD docs

About

Example ArgoCD setup with self syncing (3/3)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published