Skip to content

Commit 43fa434

Browse files
authored
chore: move single_tailnet experiment to * (#10188)
1 parent a2cd664 commit 43fa434

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

codersdk/deployment.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1978,7 +1978,6 @@ const (
19781978
// ExperimentSingleTailnet replaces workspace connections inside coderd to
19791979
// all use a single tailnet, instead of the previous behavior of creating a
19801980
// single tailnet for each agent.
1981-
// WARNING: This cannot be enabled when using HA.
19821981
ExperimentSingleTailnet Experiment = "single_tailnet"
19831982

19841983
// ExperimentTemplateAutostopRequirement allows template admins to have more
@@ -2011,6 +2010,7 @@ const (
20112010
// not be included here and will be essentially hidden.
20122011
var ExperimentsAll = Experiments{
20132012
ExperimentDeploymentHealthPage,
2013+
ExperimentSingleTailnet,
20142014
}
20152015

20162016
// Experiments is a list of experiments that are enabled for the deployment.

0 commit comments

Comments
 (0)