From b523db5791c046ee6244bdc53814a613da24bcb5 Mon Sep 17 00:00:00 2001 From: bullet-ant Date: Sun, 15 Sep 2024 07:51:29 +0530 Subject: [PATCH] updates README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5c26d07..95b5c5e 100644 --- a/README.md +++ b/README.md @@ -42,4 +42,4 @@ Once ArgoCD pulls the new changes, it applies them to your Kubernetes cluster. T - **ArgoCD**: Set up ArgoCD in your Kubernetes cluster. (Check the official [ArgoCD documentation](https://argo-cd.readthedocs.io/en/stable/) for setup instructions). - **Git Repository**: This repo contains Kubernetes manifests/Helm charts that will be automatically deployed by ArgoCD. -- **Kubernetes Cluster**: Have a running Kubernetes cluster that ArgoCD can manage. +- **Kubernetes Cluster**: Have a running Kubernetes cluster that ArgoCD can manage. I use [kind](https://kind.sigs.k8s.io/) btw!