Commit 61cb17d1 by ningfd

Update cfg-kpl-backend.yaml.j2

1 parent f1396f28
Showing with 1 additions and 1 deletions
......@@ -76,7 +76,6 @@ data:
feature_control:
iot: {{ iot_boolean }} # 默认false, 不开启边缘设备功能
disable_education: {{ education_boolean }} # 默认false, 开启教育平台
open_grafana: {{ grafana_boolean }} # 默认false, 不开启grafana功能
disable_i18n: {{ disable_i18n_boolean }} # 默认false,开启国际化功能
notebook_grafana_url: {{ notebook_grafana_url_string }} # 容器grafana跳转url http://10.69.75.115:8883/d/W-Y9JdKGk/pod_metric_dashboard?orgId=1&var-pod_prefix=%s&var-pod=%s
......@@ -89,6 +88,7 @@ data:
system_header: # 是否显示某个子系统的入口
- "train" # 显示训练平台相关内容
- "inference" # 显示推理平台相关内容
- "education" # 显示教学平台相关内容
temp_oidc_create:
create_from: {{ create_from_string }} #对应的OIDC登录名称 kplsso
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!