diff --git a/cmd/otel-allocator/config/config.go b/cmd/otel-allocator/config/config.go index ef0f63e3e9..96748c1e4d 100644 --- a/cmd/otel-allocator/config/config.go +++ b/cmd/otel-allocator/config/config.go @@ -96,7 +96,7 @@ func LoadFromCLI(target *Config, flagSet *pflag.FlagSet) error { if err != nil { return err } - target.KubeConfigFilePath = "" + target.KubeConfigFilePath = "" } target.ClusterConfig = clusterConfig