Skip to content

Commit

Permalink
Remove flag atlassian-sync-tenants
Browse files Browse the repository at this point in the history
  • Loading branch information
bjormel authored Feb 7, 2025
1 parent a9b95cd commit 2f3c4a7
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions flags/src/main/java/com/yahoo/vespa/flags/Flags.java
Original file line number Diff line number Diff line change
Expand Up @@ -349,12 +349,6 @@ public class Flags {
"Whether logserver container should run otel agent",
"Takes effect at redeployment", INSTANCE_ID);

public static UnboundBooleanFlag ATLASSIAN_SYNC_TENANTS = defineFeatureFlag(
"atlassian-sync-tenants", false,
List.of("bjormel"), "2024-11-11", "2025-03-01",
"Whether to sync tenants to Atlassian",
"Takes effect immediately");

public static final UnboundBooleanFlag SYMMETRIC_PUT_AND_ACTIVATE_REPLICA_SELECTION = defineFeatureFlag(
"symmetric-put-and-activate-replica-selection", true,
List.of("vekterli"), "2024-05-23", "2025-03-01",
Expand Down

0 comments on commit 2f3c4a7

Please sign in to comment.