Skip to content

Commit

Permalink
disable dev feature (#3816)
Browse files Browse the repository at this point in the history
  • Loading branch information
vicentefb committed May 10, 2024
1 parent 39d6e1f commit 67f23df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/util/runtime/features.go
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ var (
FeaturePortRanges: false,

// Dev features
FeatureAutopilotPassthroughPort: true,
FeatureAutopilotPassthroughPort: false,

// Example feature
FeatureExample: false,
Expand Down

0 comments on commit 67f23df

Please sign in to comment.