Skip to content

Commit

Permalink
Remove indexUpgrade option from config schema
Browse files Browse the repository at this point in the history
  • Loading branch information
Kerry350 committed Oct 11, 2021
1 parent 3b1908e commit 6807f95
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions x-pack/plugins/rule_registry/server/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,6 @@ export const config: PluginConfigDescriptor = {
legacyMultiTenancy: schema.object({
enabled: schema.boolean({ defaultValue: false }),
}),
indexUpgrade: schema.object({
enabled: schema.boolean({ defaultValue: false }),
}),
}),
}),
};
Expand Down

0 comments on commit 6807f95

Please sign in to comment.