This is an automated email from the ASF dual-hosted git repository. gongchao pushed a commit to branch helm-chart in repository https://gitbox.apache.org/repos/asf/hertzbeat-helm-chart.git
commit df7aaa026a28f67927a48a5e3e47771de6d1b4ed Author: tomsun28 <[email protected]> AuthorDate: Wed Sep 6 12:34:31 2023 +0800 bugfix user role display not correctly on webui (#1227) --- hertzbeat/templates/manager/configmap.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hertzbeat/templates/manager/configmap.yaml b/hertzbeat/templates/manager/configmap.yaml index 6dccb5e..ac207e2 100644 --- a/hertzbeat/templates/manager/configmap.yaml +++ b/hertzbeat/templates/manager/configmap.yaml @@ -230,7 +230,7 @@ data: account: - appId: {{ .Values.manager.account.username }} credential: {{ .Values.manager.account.password }} - role: [admin,user] + role: [admin] - appId: tom credential: hertzbeat role: [user] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
