Skip to content

Commit

Permalink
feat: add init grade manager bscp (#2505)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhu327 committed Jan 29, 2024
1 parent 137dfb3 commit f559dc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion saas/config/default.py
Original file line number Diff line number Diff line change
Expand Up @@ -444,7 +444,7 @@
# Init Grade Manger system list
INIT_GRADE_MANAGER_SYSTEM_LIST = env.list(
"INIT_GRADE_MANAGER_SYSTEM_LIST",
default=["bk_job", "bk_cmdb", "bk_monitorv3", "bk_log_search", "bk_sops", "bk_nodeman", "bk_gsekit"],
default=["bk_job", "bk_cmdb", "bk_monitorv3", "bk_log_search", "bk_sops", "bk_nodeman", "bk_gsekit", "bk-bscp"],
)

# disable display systems
Expand Down

0 comments on commit f559dc6

Please sign in to comment.