Skip to content

Commit 2ce18ab

Browse files
committed
feat: add flux in k8s payload type
1 parent 8c68f8b commit 2ce18ab

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

src/Common/Types.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -564,6 +564,7 @@ export enum DeploymentAppTypes {
564564
GITOPS = 'argo_cd',
565565
MANIFEST_DOWNLOAD = 'manifest_download',
566566
MANIFEST_PUSH = 'manifest_push',
567+
FLUX = 'flux',
567568
}
568569

569570
export interface VulnerabilityType {

src/Shared/constants.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -434,4 +434,5 @@ export enum K8sResourcePayloadAppType {
434434
DEVTRON_APP = 0,
435435
HELM_APP = 1,
436436
EXTERNAL_ARGO_APP = 2,
437+
EXTERNAL_FLUX_APP = 3,
437438
}

src/Shared/types.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -226,6 +226,7 @@ export interface AppDetails {
226226
helmPackageName?: string
227227
appStatus?: string
228228
chartAvatar?: string
229+
fluxTemplateType?: string
229230
FluxAppStatusDetail?: FluxAppStatusDetail
230231
}
231232

0 commit comments

Comments
 (0)