Skip to content

Commit db93c95

Browse files
committed
feat: make dynamic params a valid experiment
1 parent 823d3ea commit db93c95

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

codersdk/deployment.go

+3-1
Original file line numberDiff line numberDiff line change
@@ -3262,7 +3262,9 @@ const (
32623262
// users to opt-in to via --experimental='*'.
32633263
// Experiments that are not ready for consumption by all users should
32643264
// not be included here and will be essentially hidden.
3265-
var ExperimentsAll = Experiments{}
3265+
var ExperimentsAll = Experiments{
3266+
ExperimentDynamicParameters,
3267+
}
32663268

32673269
// Experiments is a list of experiments.
32683270
// Multiple experiments may be enabled at the same time.

0 commit comments

Comments
 (0)