Skip to content

Latest commit

 

History

History
43 lines (33 loc) · 1.15 KB

README.md

File metadata and controls

43 lines (33 loc) · 1.15 KB

argocd-katas

Exercise list in order:

Using this outside of the workshop

You need to have ArgoCD installed and running. All exercises should work on minikube, or kind. You can refer to the installation link for how to install ArgoCD.

Repository Structure

The repository is structured as follows:

.
├── applicationsets # Values for applicationsets.md
├── applicationsets.md
├── app-of-apps.md  
├── argocd-and-helm.md
├── img
├── intro.md
├── jenkins # Values for the Jenkins Helm Chart
├── LICENSE
├── quotes-flask # Example application
├── README.md
├── sealed-secrets.md
├── setup.md
└── trainer # Trainer folder

Links: