We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea07b1d commit 3ae6741Copy full SHA for 3ae6741
src/Pages/Applications/DevtronApps/Details/AppConfigurations/types.ts
@@ -70,8 +70,8 @@ export enum GetTemplateAPIRouteType {
70
CD_DEPLOY_CONFIG = 'cd-deploy-config',
71
CD_ENV_LIST = 'cd-env-list',
72
CONFIG_DEPLOYMENT_TEMPLATE = 'config/deployment-template',
73
- CONFIG_MAP_CREATE = 'config/config-map',
74
- CONFIG_SECRET_CREATE = 'config/secret',
+ CONFIG_CM = 'config/config-map',
+ CONFIG_CS = 'config/secret',
75
WORKFLOW_LIST = 'workflow/list',
76
OVERVIEW = 'overview',
77
README = 'readme',
0 commit comments