From 58170f755126a9b430972f29afd50f9e110a4ed8 Mon Sep 17 00:00:00 2001 From: Kuangyu Jing Date: Thu, 17 Jul 2025 16:27:42 +0900 Subject: [PATCH] Update ArgoCD health check docs to remove patch method --- docs/argocd-health-check.md | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/docs/argocd-health-check.md b/docs/argocd-health-check.md index d2f836ae..2955c886 100644 --- a/docs/argocd-health-check.md +++ b/docs/argocd-health-check.md @@ -60,15 +60,7 @@ kubectl edit configmap argocd-cm -n argocd Then add the health check configurations under the `data` section. You can copy the content from the provided YAML files, ensuring proper indentation. -### Method 5: Patch Existing ConfigMap - -If you already have an ArgoCD ConfigMap: - -```sh -kubectl patch configmap argocd-cm -n argocd --type merge -p @config/argocd/argocd-cm.yaml -``` - -### Method 6: Helm Values +### Method 5: Helm Values When installing ArgoCD via Helm, add to your values.yaml: @@ -175,7 +167,7 @@ The configurations support four resource types: - Healthy when scaled to target size - Displays pending, running, and terminating runner counts -4. **Pod** (v1) +4. **Pod** (core/v1) - Health checks for runner pods specifically - Monitors container readiness and status - Detects common issues like CrashLoopBackOff and ImagePullBackOff