From 71437e8932b3cc9cddfac7169b473c9aedefe8d7 Mon Sep 17 00:00:00 2001 From: chemavx Date: Wed, 20 May 2026 13:54:47 +0000 Subject: [PATCH] chore: ignore renovate-token secret diff in ArgoCD Prevents ArgoCD from overwriting the real token with the placeholder. Co-Authored-By: Claude Sonnet 4.6 --- renovate/argocd-app.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/renovate/argocd-app.yaml b/renovate/argocd-app.yaml index 7c47737..f9f5984 100644 --- a/renovate/argocd-app.yaml +++ b/renovate/argocd-app.yaml @@ -12,6 +12,12 @@ spec: destination: server: https://kubernetes.default.svc namespace: renovate + ignoreDifferences: + - group: "" + kind: Secret + name: renovate-token + jsonPointers: + - /data syncPolicy: automated: prune: true