mirror of
https://github.com/coder/coder.git
synced 2026-09-22 05:05:20 +08:00
chore: move single_tailnet experiment to * (#10188)
This commit is contained in:
@@ -1978,7 +1978,6 @@ const (
|
||||
// ExperimentSingleTailnet replaces workspace connections inside coderd to
|
||||
// all use a single tailnet, instead of the previous behavior of creating a
|
||||
// single tailnet for each agent.
|
||||
// WARNING: This cannot be enabled when using HA.
|
||||
ExperimentSingleTailnet Experiment = "single_tailnet"
|
||||
|
||||
// ExperimentTemplateAutostopRequirement allows template admins to have more
|
||||
@@ -2011,6 +2010,7 @@ const (
|
||||
// not be included here and will be essentially hidden.
|
||||
var ExperimentsAll = Experiments{
|
||||
ExperimentDeploymentHealthPage,
|
||||
ExperimentSingleTailnet,
|
||||
}
|
||||
|
||||
// Experiments is a list of experiments that are enabled for the deployment.
|
||||
|
||||
Reference in New Issue
Block a user