Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
kangyili committed Mar 18, 2024
1 parent 20f2a79 commit 58f15d5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/config/setup/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -1157,7 +1157,6 @@ func InitConfig(config pkgconfigmodel.Config) {
config.BindEnvAndSetDefault("orchestrator_explorer.manifest_collection.enabled", true)
config.BindEnvAndSetDefault("orchestrator_explorer.manifest_collection.buffer_manifest", true)
config.BindEnvAndSetDefault("orchestrator_explorer.manifest_collection.buffer_flush_interval", 20*time.Second)
config.BindEnvAndSetDefault("orchestrator_explorer.run_on_node_agent", true)
config.BindEnvAndSetDefault("orchestrator_explorer.ecs_collection.enabled", false)

// Container lifecycle configuration
Expand Down

0 comments on commit 58f15d5

Please sign in to comment.