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 Makefile to preserve ArgoCD annotation after manifest regeneration
The make manifests target regenerates RBAC role.yaml using controller-gen,
which strips manually-added annotations. This adds a post-processing step
using awk to re-add the ArgoCD sync-wave annotation that was added in PR jumpstarter-dev#207
to ensure proper deployment ordering.
0 commit comments