Commit 596f481e authored by Michael Kozono's avatar Michael Kozono

Merge branch...

Merge branch '210525-enable-geo-job-artifact-registry-ssot-sync-feature-flag-by-default' into 'master'

Enable geo_job_artifact_registry_ssot_sync feature flag by default

See merge request gitlab-org/gitlab!31672
parents 4bc39902 30cf8070
......@@ -18,7 +18,7 @@ class Geo::JobArtifactRegistry < Geo::BaseRegistry
end
def self.registry_consistency_worker_enabled?
Feature.enabled?(:geo_job_artifact_registry_ssot_sync)
Feature.enabled?(:geo_job_artifact_registry_ssot_sync, default_enabled: true)
end
def self.finder_class
......
---
title: Geo - Enable geo_job_artifact_registry_ssot_sync feature flag by default
merge_request: 31672
author:
type: added
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment