chore: move single_tailnet experiment to * (#10188)

This commit is contained in:
Colin Adler
2023-10-11 08:50:45 -05:00
committed by GitHub
parent a2cd6640f3
commit 43fa4349d6
+1 -1
View File
@@ -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.