File tree Expand file tree Collapse file tree 3 files changed +7
-0
lines changed Expand file tree Collapse file tree 3 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -20,6 +20,11 @@ export const StatusConstants = {
20
20
normalCase : 'Not deployed' ,
21
21
lowerCase : 'not-deployed' ,
22
22
} ,
23
+ NOT_READY : {
24
+ noSpaceLower : 'notready' ,
25
+ normalCase : 'Not Ready' ,
26
+ lowerCase : 'not-ready' ,
27
+ } ,
23
28
APP_STATUS : {
24
29
noSpaceLower : 'appStatus' ,
25
30
normalText : 'App status' ,
Original file line number Diff line number Diff line change @@ -425,5 +425,6 @@ export const AppListConstants = {
425
425
NAMESPACE : 'namespace' ,
426
426
ENVIRONMENT : 'environment' ,
427
427
APP_STATUS : 'appStatus' ,
428
+ DEPLOYMENT_TYPE : 'deploymentType' ,
428
429
} ,
429
430
}
Original file line number Diff line number Diff line change @@ -161,6 +161,7 @@ export enum AppType {
161
161
DEVTRON_HELM_CHART = 'devtron_helm_chart' ,
162
162
EXTERNAL_HELM_CHART = 'external_helm_chart' ,
163
163
EXTERNAL_ARGO_APP = 'external_argo_app' ,
164
+ EXTERNAL_FLUX_APP = 'external_flux_app' ,
164
165
}
165
166
166
167
export interface HelmReleaseStatus {
You can’t perform that action at this time.
0 commit comments