Skip to content

Commit

Permalink
switch feature flag to test on serverless
Browse files Browse the repository at this point in the history
  • Loading branch information
maxcold committed Nov 24, 2023
1 parent 771139a commit 528d472
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x-pack/plugins/fleet/common/experimental_features.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export const allowedExperimentalValues = Object.freeze<Record<string, boolean>>(
kafkaOutput: true,
outputSecretsStorage: false,
remoteESOutput: false,
agentless: false,
agentless: true,
});

type ExperimentalConfigKeys = Array<keyof ExperimentalFeatures>;
Expand Down

0 comments on commit 528d472

Please sign in to comment.