Skip to content

Commit 2bd91b6

Browse files
committed
disable upstream confmap feature gates
1 parent 04d424f commit 2bd91b6

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

internal/settings/settings.go

+5-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,11 @@ var DefaultAgentConfigWindows = func() string {
7878
return filepath.Clean(path)
7979
}()
8080

81-
var defaultFeatureGates = []string{}
81+
var defaultFeatureGates = []string{
82+
// Remove the feature gates once we deprecate our env var expansion mechanism and adopt the upstream env
83+
"-confmap.strictlyTypedInput",
84+
"-confmap.unifyEnvVarExpansion",
85+
}
8286

8387
type Settings struct {
8488
discovery *discovery.Provider

0 commit comments

Comments
 (0)