We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 755b1f1 commit 0e7a765Copy full SHA for 0e7a765
src/Shared/constants.tsx
@@ -425,6 +425,6 @@ export const AppListConstants = {
425
NAMESPACE: 'namespace',
426
ENVIRONMENT: 'environment',
427
APP_STATUS: 'appStatus',
428
- DEPLOYMENT_TYPE: 'deploymentType',
+ TEMPLATE_TYPE: 'templateType',
429
},
430
}
src/index.ts
@@ -72,7 +72,7 @@ export interface customEnv {
72
ENABLE_GITOPS_BITBUCKET_SOURCE: boolean
73
HIDE_RESOURCE_WATCHER?: boolean
74
ORGANIZATION_NAME: string
75
- ENABLE_EXTERNAL_FLUX_CD: boolean
+ FEATURE_EXTERNAL_FLUX_CD_ENABLE: boolean
76
77
declare global {
78
interface Window {
0 commit comments