Technical requirements
For this chapter, we assume that you have already installed the Helm CLI and you have already run the Terraform scripts from Chapter 5, Argo CD Bootstrap K8s Cluster. Additionally, you will need the following:
- Basic Golang
- GitHub Actions: https://docs.github.com/en/actions
- External Secrets: https://github.com/external-secrets/external-secrets
curl
: https://curl.se/
The code can be found at https://github.com/PacktPublishing/ArgoCD-in-Practice in the ch05
and ch06
folders.