Skip to content

Commit d4fbae0

Browse files
committed
feat: add FEATURE_BULK_RESTART_WORKLOADS_FROM_RB env variable
1 parent 6509582 commit d4fbae0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ export interface customEnv {
7777
FEATURE_STEP_WISE_LOGS_ENABLE?: boolean
7878
FEATURE_IMAGE_PROMOTION_ENABLE?: boolean
7979
FEATURE_CONFIG_DRIFT_ENABLE: boolean
80+
FEATURE_BULK_RESTART_WORKLOADS_FROM_RB: string
8081
}
8182
declare global {
8283
interface Window {

0 commit comments

Comments
 (0)