Skip to content

Commit

Permalink
disable rule-registry in experimental features
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelolo24 committed Aug 6, 2021
1 parent ece0e16 commit 3c3850a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export type ExperimentalFeatures = typeof allowedExperimentalValues;
*/
export const allowedExperimentalValues = Object.freeze({
metricsEntitiesEnabled: false,
ruleRegistryEnabled: true,
ruleRegistryEnabled: false,
tGridEnabled: true,
trustedAppsByPolicyEnabled: false,
excludePoliciesInFilterEnabled: false,
Expand Down

0 comments on commit 3c3850a

Please sign in to comment.