Commit 1304890
fix(imperative): disable duplicate serviceAccountCreate to fix ArgoCD sync
serviceAccountCreate and adminServiceAccountCreate both created
imperative-admin-sa (due to serviceAccountName override), causing
ArgoCD "appeared 2 times" warning and refusing to sync the SA.
This blocked unsealvault-cronjob from running (SA not found).
Fix: set serviceAccountCreate: false since we only need the admin SA.
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>1 parent e99c949 commit 1304890
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
378 | 378 | | |
379 | 379 | | |
380 | 380 | | |
381 | | - | |
| 381 | + | |
382 | 382 | | |
383 | 383 | | |
384 | 384 | | |
| |||
0 commit comments