Commit a5d02fa
fix(imperative): use chart defaults for SA - stop overriding serviceAccountName
The serviceAccountCreate: false + serviceAccountName: imperative-admin-sa
config consistently results in ArgoCD showing the SA as OutOfSync/Missing
and refusing to create it. This blocks unsealvault-cronjob, which blocks
vault initialization, which blocks the entire deployment.
Use chart defaults: both imperative-sa and imperative-admin-sa get created.
CronJobs run as imperative-sa (chart default). This matches every other
validated pattern (multicloud-gitops, industrial-edge, medical-diagnosis).
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>1 parent 632f3c3 commit a5d02fa
1 file changed
Lines changed: 0 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
413 | 413 | | |
414 | 414 | | |
415 | 415 | | |
416 | | - | |
417 | | - | |
418 | | - | |
419 | 416 | | |
420 | 417 | | |
421 | 418 | | |
| |||
0 commit comments