Skip to content

Commit 09c3097

Browse files
committed
chore: move single_tailnet experiment to *
1 parent 05a393c commit 09c3097

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
@@ -1966,7 +1966,6 @@ const (
19661966
// ExperimentSingleTailnet replaces workspace connections inside coderd to
19671967
// all use a single tailnet, instead of the previous behavior of creating a
19681968
// single tailnet for each agent.
1969-
// WARNING: This cannot be enabled when using HA.
19701969
ExperimentSingleTailnet Experiment = "single_tailnet"
19711970

19721971
// ExperimentTemplateAutostopRequirement allows template admins to have more
@@ -1999,6 +1998,7 @@ const (
19991998
// not be included here and will be essentially hidden.
20001999
var ExperimentsAll = Experiments{
20012000
ExperimentDeploymentHealthPage,
2001+
ExperimentSingleTailnet,
20022002
}
20032003

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

0 commit comments

Comments
 (0)