test(argocd): add label to vault app to verify GitOps flow

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.
This commit is contained in:
Story Crater Bot
2026-07-14 23:24:12 -07:00
parent 52cb895cda
commit 3eccf9f653
+2
View File
@@ -3,6 +3,8 @@ kind: Application
metadata:
name: vault
namespace: argocd
labels:
test-gitops: "true"
annotations:
argocd.argoproj.io/sync-wave: "1"
spec: