Skip to content

Commit dbdb7db

Browse files
committed
revert deafultconfigfilepath
1 parent b082525 commit dbdb7db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/otel-allocator/config/config.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ import (
4141

4242
const (
4343
DefaultResyncTime = 5 * time.Minute
44-
DefaultConfigFilePath string = "../../conf/targetallocator.yaml"
44+
DefaultConfigFilePath string = "/conf/targetallocator.yaml"
4545
DefaultCRScrapeInterval model.Duration = model.Duration(time.Second * 30)
4646
DefaultAllocationStrategy = "consistent-hashing"
4747
DefaultFilterStrategy = "relabel-config"

0 commit comments

Comments
 (0)