Technical requirements
For this chapter, we will start with a new installation of Argo CD (actually, more than one), but it will not be in the argocd
namespace, so it will be a fresh and different start.
We are going to write quite a lot of YAML Ain’t Markup Language (YAML), so a code editor will be needed, and as usual, I’ll go with Visual Studio Code (VS Code) (https://code.visualstudio.com). All the changes we will make can be found at https://github.com/PacktPublishing/ArgoCD-in-Practice in the ch07
folder.