From 12f32764657a40f0a0b6f2c58939b5cd52089ddd Mon Sep 17 00:00:00 2001 From: swaphb Date: Fri, 14 Aug 2026 22:26:00 -0400 Subject: [PATCH] replace immutable test pods during Argo sync --- argocd/apps/test-workloads.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/argocd/apps/test-workloads.yaml b/argocd/apps/test-workloads.yaml index b9737ed..2372753 100644 --- a/argocd/apps/test-workloads.yaml +++ b/argocd/apps/test-workloads.yaml @@ -20,3 +20,5 @@ spec: selfHeal: true syncOptions: - CreateNamespace=true + # Test Pods are intentionally disposable and their command fields are immutable. + - Replace=true