Skip to content

Commit 2a456e2

Browse files
committed
feat: restructure isGitOpsEnabled into featureGitOpsFlags with detailed flags
1 parent 0819f5f commit 2a456e2

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

src/Shared/Providers/types.ts

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,17 @@ export interface MainContext {
3939
}
4040
isAirgapped: boolean
4141
isSuperAdmin: boolean
42-
isGitOpsEnabled: boolean
42+
featureGitOpsFlags: {
43+
isFeatureGitOpsEnabled: boolean
44+
/**
45+
*
46+
*/
47+
isFeatureUserDefinedGitOpsEnabled: boolean
48+
/**
49+
* Feature flag for Migrate to devtron from argo cd
50+
*/
51+
isFeatureArgoCdMigrationEnabled: boolean
52+
}
4353
isManifestScanningEnabled: boolean
4454
}
4555

0 commit comments

Comments
 (0)