Skip to content

Commit 90b99a1

Browse files
Merge pull request #126 from devtron-labs/feat/hide-gitops-repo
feat: user-defined gitops repo enable variable
2 parents 8cd8608 + 7eabe99 commit 90b99a1

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@devtron-labs/devtron-fe-common-lib",
3-
"version": "0.0.75",
3+
"version": "0.0.76",
44
"description": "Supporting common component library",
55
"type": "module",
66
"main": "dist/index.js",

src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ export interface customEnv {
4949
ENABLE_EXTERNAL_ARGO_CD: boolean
5050
API_BATCH_SIZE: number
5151
SERVICE_WORKER_TIMEOUT?: string
52+
FEATURE_USER_DEFINED_GITOPS_REPO_ENABLE: boolean
5253
}
5354
declare global {
5455
interface Window {

0 commit comments

Comments
 (0)