Skip to content

Commit

Permalink
Move central to ArgoCD
Browse files Browse the repository at this point in the history
  • Loading branch information
ludydoo committed Nov 15, 2024
1 parent 6ccd829 commit e52798d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions fleetshard/pkg/central/reconciler/reconciler.go
Original file line number Diff line number Diff line change
Expand Up @@ -1355,6 +1355,7 @@ func (r *CentralReconciler) makeArgoCDApplicationValues(ctx context.Context, rem
chartutil.CoalesceTables(result, defaults)

// Invariants
result["centralEnabled"] = true // to enable central CR reconciliation in the argocd chart manifests
result["environment"] = r.environment
result["clusterName"] = r.clusterName
result["organizationId"] = remoteCentral.Spec.Auth.OwnerOrgId
Expand Down

0 comments on commit e52798d

Please sign in to comment.