File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -1978,7 +1978,6 @@ const (
1978
1978
// ExperimentSingleTailnet replaces workspace connections inside coderd to
1979
1979
// all use a single tailnet, instead of the previous behavior of creating a
1980
1980
// single tailnet for each agent.
1981
- // WARNING: This cannot be enabled when using HA.
1982
1981
ExperimentSingleTailnet Experiment = "single_tailnet"
1983
1982
1984
1983
// ExperimentTemplateAutostopRequirement allows template admins to have more
@@ -2011,6 +2010,7 @@ const (
2011
2010
// not be included here and will be essentially hidden.
2012
2011
var ExperimentsAll = Experiments {
2013
2012
ExperimentDeploymentHealthPage ,
2013
+ ExperimentSingleTailnet ,
2014
2014
}
2015
2015
2016
2016
// Experiments is a list of experiments that are enabled for the deployment.
You can’t perform that action at this time.
0 commit comments