kubectl to interact with it)nn- Git installed and configurednn- helm installed (for installing Argo CD)nn### Installing Argo CDnnArgo CD is distributed as a Helm chart. To install it, run the following command:nnbashnhelm repo add argo https://argoproj.github.io/argo-helmnhelm install argo argo/argo-cdnnnThis will install Argo CD on your Kubernetes cluster. Once installed, you'll need to configure kubectl to talk to Argo CD:nn```bashnkubectl patch svc argocd-main -n argocd -p '{