You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(monitoring): stop tracking the polarsignals-cloud Secret in ArgoCD (#476)
The empty-shell pattern (commit the object with no data, live-patch
the token) kept breaking: the token went missing twice in a row right
after unrelated syncs of this same Application, each time taking down
remote-write to Polar Signals Cloud until manually recreated. Rather
than chase the exact SSA mechanism, remove the object from git
entirely so ArgoCD never applies or diffs it at all — this repo tracks
resources by the argocd.argoproj.io/tracking-id annotation, so an
object without one is invisible to sync and prune alike. The
Prometheus CR still references the Secret by name; only the object
that provisions it is gone from here.
0 commit comments