Skip to content

Commit

Permalink
Enable the remote configuration feature by default (#187)
Browse files Browse the repository at this point in the history
  • Loading branch information
ltsonov-cb authored and BenRub committed Oct 19, 2023
1 parent 152d6ea commit a655625
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -227,12 +227,8 @@ func main() {
go func() {
defer wg.Done()

// TODO: Remove once the feature is ready for go-live
enableConfigurator := os.Getenv("ENABLE_REMOTE_CONFIGURATOR")
if enableConfigurator == "true" {
setupLog.Info("Starting remote configurator")
applierController.RunLoop(signalsContext)
}
setupLog.Info("Starting remote configurator")
applierController.RunLoop(signalsContext)
}()

wg.Wait()
Expand Down

0 comments on commit a655625

Please sign in to comment.