File tree Expand file tree Collapse file tree 3 files changed +1
-4
lines changed Expand file tree Collapse file tree 3 files changed +1
-4
lines changed Original file line number Diff line number Diff line change 15
15
| SENTRY_PERFORMANCE_ENABLED | false | To send persormance sentry |
16
16
| SENTRY_DSN | '' | SENTRY Data Source Name |
17
17
| SENTRY_TRACES_SAMPLE_RATE | 0.2 | Rate at which data send to sentry.(min=0 max=1)|
18
- | USE_V2 | "true" | Use the v2 APIs |
19
18
| ENABLE_RESTART_WORKLOAD | "false" | Show restart pods option in app details page |
20
19
| ENABLE_BUILD_CONTEXT | "true" | Enable build context in Devtron UI |
21
20
| FORCE_SECURITY_SCANNING | "false" | Force security scanning |
Original file line number Diff line number Diff line change @@ -24,8 +24,7 @@ let stageMap = {
24
24
}
25
25
26
26
export const getAppList = ( request , options ?) => {
27
- let URL = Routes . APP_LIST
28
- return post ( URL , request , options )
27
+ return post ( Routes . APP_LIST , request , options )
29
28
}
30
29
31
30
export function getCITriggerInfo ( params : { envId : number | string ; ciArtifactId : number | string } ) {
Original file line number Diff line number Diff line change @@ -34,7 +34,6 @@ interface customEnv {
34
34
CONFIGURABLE_TIMEOUT ?: string
35
35
HIDE_APPLICATION_GROUPS ?: boolean
36
36
K8S_CLIENT ?: boolean
37
- USE_V2 ?: boolean
38
37
CLUSTER_TERMINAL_CONNECTION_POLLING_INTERVAL ?: number
39
38
CLUSTER_TERMINAL_CONNECTION_RETRY_COUNT ?: number
40
39
ENABLE_CHART_SEARCH_IN_HELM_DEPLOY ?: boolean
You can’t perform that action at this time.
0 commit comments