diff --git a/src/content/blog/gitops-for-devs-installation.md b/src/content/blog/gitops-for-devs-installation.md index 28ede44..c1fa804 100644 --- a/src/content/blog/gitops-for-devs-installation.md +++ b/src/content/blog/gitops-for-devs-installation.md @@ -52,6 +52,11 @@ minikube addons list | grep STATUS && minikube addons list | grep enabled && \ echo '\n\n\033[4;33m Current status of Minikube \033[0m' && minikube status ``` +To install `kubectl` and `helm` please follow the respective official documentation. + +- `kubectl`: +- `helm`: + ## Install Argo CD Now if your `minikube` cluster is up and running you are ready to install the [ArgoCD](https://argo-cd.readthedocs.io/en/stable/). GitOps controller in your cluster.