Skip to content

Commit 0e7a765

Browse files
committed
feat: rename fluxcd feature flag
1 parent 755b1f1 commit 0e7a765

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Shared/constants.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -425,6 +425,6 @@ export const AppListConstants = {
425425
NAMESPACE: 'namespace',
426426
ENVIRONMENT: 'environment',
427427
APP_STATUS: 'appStatus',
428-
DEPLOYMENT_TYPE: 'deploymentType',
428+
TEMPLATE_TYPE: 'templateType',
429429
},
430430
}

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ export interface customEnv {
7272
ENABLE_GITOPS_BITBUCKET_SOURCE: boolean
7373
HIDE_RESOURCE_WATCHER?: boolean
7474
ORGANIZATION_NAME: string
75-
ENABLE_EXTERNAL_FLUX_CD: boolean
75+
FEATURE_EXTERNAL_FLUX_CD_ENABLE: boolean
7676
}
7777
declare global {
7878
interface Window {

0 commit comments

Comments
 (0)