Skip to content

okanarabaci/argocd-gitops-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Starter Template ArgoCD GitOps Repository

The repository is structured with five root folders:

  • argocd: ApplicationSets and Applications for nonprod and prod that will in turn load the rest of the components that should be in each cluster.
  • clusters: Cluster-specific resources.
  • components: Provides yaml for all required apps, pipelines, and gitops tools. For applications, this is where the base yaml is defined.
  • envs: Environment-specific resources. This folder contains the apps, configurations, namespaces, and other resources that are specific to an environment. Inherits resources from the components folder.

This folder structure is heavily dependent on kustomize.

Folder Structure

This is the folder structure showing the directory 3 levels deep (created using tree -d -L 3)

.
├── argocd
│   ├── nonprod
│   └── prod
├── clusters
│   └── overlays
│       ├── nonprod
│       └── prod
├── components
│   ├── certs
│   │   └── base
│   ├── ci
│   │   └── tekton
│   └── maven
│       └── common
├── docs
└── envs
    └── overlays
        ├── dev
        ├── prod
        ├── qa
        └── test

About

Starter template for ArgoCD GitOps

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published