From 3eccf9f653335cf0a997c4f9f68be78c8dc36490 Mon Sep 17 00:00:00 2001 From: Story Crater Bot <19826264+Riotpiaole@users.noreply.github.com> Date: Tue, 14 Jul 2026 23:24:12 -0700 Subject: [PATCH] test(argocd): add label to vault app to verify GitOps flow MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add test-gitops=true label to vault Application to demonstrate end-to-end GitOps sync: commit push → ArgoCD detects change → applies label to live app. Tests that root-app watches k8s/argocd/apps/ and propagates changes. --- k8s/argocd/apps/1-wave-1.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/k8s/argocd/apps/1-wave-1.yaml b/k8s/argocd/apps/1-wave-1.yaml index 5dfa29b..ae56f88 100644 --- a/k8s/argocd/apps/1-wave-1.yaml +++ b/k8s/argocd/apps/1-wave-1.yaml @@ -3,6 +3,8 @@ kind: Application metadata: name: vault namespace: argocd + labels: + test-gitops: "true" annotations: argocd.argoproj.io/sync-wave: "1" spec: