chore: Move deployment UI and HA out of experimental (#4722)

* Revert "chore: Move deployment UI and HA into experimental (#4595)"

This reverts commit 18c4368571.

* restore flag in coderdtest
This commit is contained in:
Ben Potter
2022-10-25 09:33:37 -05:00
committed by GitHub
parent 067362cf31
commit df89e2c3b0
3 changed files with 4 additions and 14 deletions

View File

@ -263,7 +263,7 @@ func (api *API) updateEntitlements(ctx context.Context) error {
if changed, enabled := featureChanged(codersdk.FeatureHighAvailability); changed {
coordinator := agpltailnet.NewCoordinator()
if api.Experimental && enabled {
if enabled {
haCoordinator, err := tailnet.NewCoordinator(api.Logger, api.Pubsub)
if err != nil {
api.Logger.Error(ctx, "unable to set up high availability coordinator", slog.Error(err))