Skip to content
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions src/Pages-Devtron-2.0/Shared/Routes/routes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -288,6 +288,11 @@ export const BASE_ROUTES = {
ROOT: 'cluster-env',
MANAGE_CATEGORIES: 'manage-categories',
},
NODE_AUTOSCALER: {
ROOT: 'node-autoscaler',
CREATE_PROFILE: 'create-profile',
EDIT_PROFILE: 'edit/:profileId',
},
DOCKER: 'docker',
PROJECTS: 'projects',
AUTH: {
Expand Down
4 changes: 4 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,10 @@ export interface customEnv {
FEATURE_ATHENA_DEBUG_MODE_ENABLE?: boolean
/** Org ID for grafana */
GRAFANA_ORG_ID?: number
/**
* @default false
*/
FEATURE_NODE_AUTOSCALER_ENABLE?: boolean
}

declare global {
Expand Down
Loading