Skip to content

Commit

Permalink
[DOCS] Link to the manual process of managing feature flags (elastic#…
Browse files Browse the repository at this point in the history
  • Loading branch information
afharo authored Oct 11, 2024
1 parent bd22f13 commit 3252d04
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/core/feature-flags/README.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ For a code example, refer to the [Feature Flags Example plugin](../../../example

## Registering a feature flag

> [!IMPORTANT]
> At the moment, we follow a manual process to manage our feature flags. Refer to [this repo](https://github.com/elastic/kibana-feature-flags) to learn more about our current internal process.
> Our goal is to achieve the _gitops_ approach detailed below. But, at the moment, it's not available, and you can skip it if you want.
Kibana follows a _gitops_ approach when managing feature flags. To declare a feature flag, add your flags definitions in
your plugin's `server/index.ts` file:

Expand Down

0 comments on commit 3252d04

Please sign in to comment.