Skip to content

Commit f7836e8

Browse files
committed
feat: crud autoscaler profiles and attach to cluster
1 parent 87d64f4 commit f7836e8

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

src/Pages-Devtron-2.0/Shared/Routes/routes.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -288,6 +288,11 @@ export const BASE_ROUTES = {
288288
ROOT: 'cluster-env',
289289
MANAGE_CATEGORIES: 'manage-categories',
290290
},
291+
NODE_AUTOSCALER: {
292+
ROOT: 'node-autoscaler',
293+
CREATE_PROFILE: 'create-profile',
294+
EDIT_PROFILE: 'edit/:profileId',
295+
},
291296
DOCKER: 'docker',
292297
PROJECTS: 'projects',
293298
AUTH: {

0 commit comments

Comments
 (0)