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 <noreply@anthropic.com>
This commit is contained in:
2026-05-20 13:54:47 +00:00
parent 1369b9b407
commit 71437e8932
+6
View File
@@ -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