GitOps catalog of pipeline and operator resources.
Directory Name | Description |
---|---|
components |
This is where specific components for the GitOps Controller lives (in this case Argo CD). apps is where operator resources YAMLs live. argocd is where Argo CD configuration lives. This includes the ZTP Kustomize plugin. configs is where configuration for specific use cases lives. tekton is where Tekton YAMLs live. This includes Pipelines , PipelineRuns , Tasks and Triggers Other things that can live here are RBAC, Git repo, and other Argo CD specific configurations (each in their repsective directories). |