Commit 6734df45 authored by Achilleas Pipinellis's avatar Achilleas Pipinellis

Merge branch 'docs-add-max-feature-flags-to-table' into 'master'

Docs: Add max number of feature flags for all types

See merge request gitlab-org/gitlab!56833
parents cfff4ab8 a3904f84
......@@ -62,11 +62,11 @@ next to any feature flag in the list.
The maximum number of feature flags per project on self-managed GitLab instances
is 200. For GitLab SaaS, the maximum number is determined by [tier](https://about.gitlab.com/pricing/):
| Tier | Number of feature flags per project |
|----------|-------------------------------------|
| Free | 50 |
| Premium | 150 |
| Ultimate | 200 |
| Tier | Feature flags per project (SaaS) | Feature flags per project (self-managed) |
|----------|----------------------------------|------------------------------------------|
| Free | 50 | 200 |
| Premium | 150 | 200 |
| Ultimate | 200 | 200 |
## Feature flag strategies
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment