Files
fxhnt/infra
jgrusewski 206cde3ee5 fix(rbac): grant deployments/scale + pods to ci-deploy for the dashboard scale-0->1
The scale-0->1 deploy step (516499a) failed: the argo-workflow SA had
deployments[patch] (for rollout restart) but not deployments/scale (kubectl
scale) nor pods (kubectl wait --for=delete pod). Grant deployments/scale
[patch,update] + pods [get,list,watch]. No outage — it failed before touching
the running dashboard.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-07-15 17:36:04 +02:00
..