Skip to content

Commit 0aa32ea

Browse files
committed
chore: add feature flag
1 parent f7836e8 commit 0aa32ea

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/index.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,10 @@ export interface customEnv {
190190
FEATURE_ATHENA_DEBUG_MODE_ENABLE?: boolean
191191
/** Org ID for grafana */
192192
GRAFANA_ORG_ID?: number
193+
/**
194+
* @default false
195+
*/
196+
FEATURE_NODE_AUTOSCALER_ENABLE?: boolean
193197
}
194198

195199
declare global {

0 commit comments

Comments
 (0)