Skip to content

Commit aa59138

Browse files
committed
update
Signed-off-by: Daniel Brown <[email protected]>
1 parent 3302804 commit aa59138

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

internal/features/features.go

+2-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ const (
4747

4848
// GroupChangelog controls groups kubernetes objects names on log output
4949
// reduces cardinality of logs when logging to elasticsearch
50-
GroupChangelog = "GroupChangeLog"
50+
GroupChangeLog = "GroupChangeLog"
5151
)
5252

5353
var features = map[string]bool{
@@ -65,6 +65,7 @@ var features = map[string]bool{
6565
StrictPostBuildSubstitutions: false,
6666
// GroupChangeLog
6767
// opt-in from v2.5
68+
GroupChangeLog: false,
6869
}
6970

7071
// FeatureGates contains a list of all supported feature gates and

0 commit comments

Comments
 (0)