Skip to content

Commit

Permalink
fix argo options
Browse files Browse the repository at this point in the history
  • Loading branch information
johannes94 committed Nov 15, 2024
1 parent 9e0ff4c commit 156c1ce
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions fleetshard/pkg/runtime/runtime.go
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,13 @@ func (r *Runtime) Start() error {
DefaultTenantArgoCdAppSourcePath: r.config.DefaultTenantArgoCdAppSourcePath,
DefaultTenantArgoCdAppSourceRepoURL: r.config.DefaultTenantArgoCdAppSourceRepoURL,
ArgoCdNamespace: r.config.ArgoCdNamespace,
ManagedDBEnabled: r.config.ManagedDB.Enabled,
ClusterName: r.config.ClusterName,
Environment: r.config.Environment,
Telemetry: r.config.Telemetry,
WantsAuthProvider: r.config.CreateAuthProvider,
}

reconcilerOpts := centralReconciler.CentralReconcilerOptions{
UseRoutes: routesAvailable,
WantsAuthProvider: r.config.CreateAuthProvider,
Expand Down

0 comments on commit 156c1ce

Please sign in to comment.