Commit ba170fc
fix(arc): enable SA token automount on arc-tf runner pods
The gha-runner-scale-set chart defaults automountServiceAccountToken
to false, so the arc-tf-runner SA's token never reached the runner
container and kubectl failed with 401. Set it true on the template
spec so the projected token is mounted at the standard path and
in-cluster auth works.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent bc6c5b7 commit ba170fc
1 file changed
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
35 | 38 | | |
36 | 39 | | |
37 | 40 | | |
| |||
0 commit comments