Skip to content

Commit 7c72f7e

Browse files
committed
1
1 parent ec17ecc commit 7c72f7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install/installer/pkg/components/ide-metrics/configmap.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,7 @@ func configmap(ctx *common.RenderContext) ([]runtime.Object, error) {
358358
Labels: []config.LabelAllowList{
359359
{
360360
Name: "value",
361-
// possible value if we configure Feature Flag correctly "true", "false", "NONE"
361+
// possible values "true", "false"
362362
AllowValues: []string{"*"},
363363
DefaultValue: "NONE",
364364
},

0 commit comments

Comments
 (0)