bootstrap: deploy kustomization fix -> staging #2

Merged
gitea_admin merged 1 commit from bootstrap/deploy-kustomization-fix into staging 2026-07-02 00:31:27 +00:00
Contributor
No description provided.
templates/base is a kustomize app with an EXPLICIT resources list, so the 3 new
files (pipeline-validate/deploy/deploy-rbac) added in d0834c3 were never applied by
ArgoCD despite being on main (Synced+Healthy, but silently absent — cost a cache
wild-goose-chase). Add them.

Also harden pipeline-validate against exactly this class of bug: render templates/base
via ITS kustomization (as ArgoCD does, not `-f dir/`) AND assert every
templates/base/*.yaml is referenced in the kustomization — a file that exists but
isn't listed now RED-fails CI instead of silently never deploying.
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set

Reference
sean/pipelines!2
No description provided.