Skip to content

Commit

Permalink
Add limitsEvolution feature flag
Browse files Browse the repository at this point in the history
  • Loading branch information
hkhalil-akamai committed Jan 8, 2025
1 parent 56fb2fd commit 25f45c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/manager/src/dev-tools/FeatureFlagTool.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ const options: { flag: keyof Flags; label: string }[] = [
{ flag: 'gecko2', label: 'Gecko' },
{ flag: 'imageServiceGen2', label: 'Image Service Gen2' },
{ flag: 'imageServiceGen2Ga', label: 'Image Service Gen2 GA' },
{ flag: 'limitsEvolution', label: 'Limits Evolution' },
{ flag: 'linodeDiskEncryption', label: 'Linode Disk Encryption (LDE)' },
{ flag: 'lkeEnterprise', label: 'LKE-Enterprise' },
{ flag: 'objMultiCluster', label: 'OBJ Multi-Cluster' },
Expand Down
1 change: 1 addition & 0 deletions packages/manager/src/featureFlags.ts
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ export interface Flags {
imageServiceGen2: boolean;
imageServiceGen2Ga: boolean;
ipv6Sharing: boolean;
limitsEvolution: BaseFeatureFlag;
linodeDiskEncryption: boolean;
lkeEnterprise: LkeEnterpriseFlag;
mainContentBanner: MainContentBanner;
Expand Down

0 comments on commit 25f45c5

Please sign in to comment.