Skip to content

Commit 1304890

Browse files
butler54claude
andcommitted
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

File tree

values-baremetal.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -378,7 +378,7 @@ clusterGroup:
378378
# imagePullPolicy is set to always: imperative.imagePullPolicy
379379
# For additional overrides that apply to the jobs, please refer to
380380
# https://validatedpatterns.io/imperative-actions/#additional-job-customizations
381-
serviceAccountCreate: true
381+
serviceAccountCreate: false
382382
adminServiceAccountCreate: true
383383
serviceAccountName: imperative-admin-sa
384384
jobs:

0 commit comments

Comments
 (0)