Skip to content

Commit

Permalink
chore: Disable confmap featuregate (#1820)
Browse files Browse the repository at this point in the history
disable confmap featuregate
  • Loading branch information
dpaasman00 authored Aug 29, 2024
1 parent 139e0d0 commit 6cac28b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions collector/featuregates.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,6 @@ func SetFeatureFlags() error {
if err := featuregate.GlobalRegistry().Set("filelog.mtimeSortType", true); err != nil {
return fmt.Errorf("failed to enable filelog.mtimeSortType: %w", err)
}
if err := featuregate.GlobalRegistry().Set("confmap.strictlyTypedInput", false); err != nil {
return fmt.Errorf("failed to disable confmap.strictlyTypedInput: %w", err)
}

return nil
}

0 comments on commit 6cac28b

Please sign in to comment.