Skip to content

Commit

Permalink
Add Constraints as known feature flag for license (#92)
Browse files Browse the repository at this point in the history
Signed-off-by: Tamal Saha <[email protected]>
  • Loading branch information
tamalsaha authored Jan 10, 2025
1 parent ebcb763 commit 820e133
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/server/feature_flags.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import (
"gomodules.xyz/sets"
)

var knownFlags = sets.NewString("DisableAnalytics")
var knownFlags = sets.NewString("DisableAnalytics", "Constraints")

type FeatureFlags map[string]string

Expand Down

0 comments on commit 820e133

Please sign in to comment.