Commit e2fbc6e
fix(arc): narrow AutoscalingRunnerSet ignoreDifferences
ignoring /spec/template wholesale also masks spec.template.spec changes
like serviceAccountName, so the new arc-tf-runner SA never reached the
runner pods and they kept booting under the chart's default
arc-tf-gha-rs-no-permission SA. Restrict the ignore to the annotation
paths the controller actually mutates so template spec changes sync.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent cb609dc commit e2fbc6e
1 file changed
Lines changed: 5 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
40 | | - | |
41 | | - | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
42 | 43 | | |
43 | 44 | | |
44 | 45 | | |
| |||
48 | 49 | | |
49 | 50 | | |
50 | 51 | | |
51 | | - | |
| 52 | + | |
52 | 53 | | |
53 | 54 | | |
54 | 55 | | |
| |||
0 commit comments