Skip to content

Commit

Permalink
sprintfix: 调整导航栏开源社区默认链接地址 (closed #1501)
Browse files Browse the repository at this point in the history
  • Loading branch information
CohleRustW authored and ZhuoZhuoCrayon committed Jul 12, 2023
1 parent 03b813b commit 889dd0b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion env/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@

# 导航栏开源社区地址
BKAPP_NAV_OPEN_SOURCE_URL = get_type_env(
key="BKAPP_NAV_OPEN_SOURCE_URL", default="https://bk.tencent.com/s-mart/community/question", _type=str
key="BKAPP_NAV_OPEN_SOURCE_URL", default="https://github.com/TencentBlueKing/bk-nodeman", _type=str
)
# 导航栏技术支持地址
BKAPP_NAV_HELPER_URL = get_type_env(
Expand Down
2 changes: 1 addition & 1 deletion support-files/kubernetes/helm/bk-nodeman/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@ externalRabbitMQ:
| `config.bkAppOtelBkDataToken` | 可观测,监控上报配置项 | `""` |
| `config.bkAppOtelGrpcUrl` | 可观测,监控上报配置项 | `""` |
| `config.concurrentNumber` | 线程最大并发数 | `50` |
| `config.bkAppNavOpenSourceUrl` | 导航栏开源社区地址 | `https://bk.tencent.com/s-mart/community/question` |
| `config.bkAppNavOpenSourceUrl` | 导航栏开源社区地址 | `https://github.com/TencentBlueKing/bk-nodeman` |
| `config.bkAppNavHelperUrl` | 导航栏技术支持地址 | `https://wpa1.qq.com/KziXGWJs?_type=wpa&qidian=true` | | `50` |

## 额外的环境变量
Expand Down
2 changes: 1 addition & 1 deletion support-files/kubernetes/helm/bk-nodeman/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -429,7 +429,7 @@ config:
bkAppOtelGrpcUrl: ""

## 导航栏开源社区地址
bkAppNavOpenSourceUrl: "https://bk.tencent.com/s-mart/community/question"
bkAppNavOpenSourceUrl: "https://github.com/TencentBlueKing/bk-nodeman"
## 导航栏技术支持地址
bkAppNavHelperUrl: "https://wpa1.qq.com/KziXGWJs?_type=wpa&qidian=true"

Expand Down

0 comments on commit 889dd0b

Please sign in to comment.