You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by mi...@apache.org on 2023/05/18 04:23:12 UTC

[shardingsphere-on-cloud] branch main updated: fix(helm): fix user value

This is an automated email from the ASF dual-hosted git repository.

miaoliyao pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/shardingsphere-on-cloud.git


The following commit(s) were added to refs/heads/main by this push:
     new 974fc51  fix(helm): fix user value
     new 5976613  Merge pull request #371 from Xu-Wentao/bugfix
974fc51 is described below

commit 974fc511ccd7118bc51cbe80005b9bd003b51a6e
Author: xuwentao <cu...@yahoo.com>
AuthorDate: Thu May 18 11:43:45 2023 +0800

    fix(helm): fix user value
---
 charts/apache-shardingsphere-operator-charts/values.yaml | 2 +-
 examples/operator/shardingsphereproxy-mysql-cluster.yaml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/charts/apache-shardingsphere-operator-charts/values.yaml b/charts/apache-shardingsphere-operator-charts/values.yaml
index e2332e3..04a810e 100644
--- a/charts/apache-shardingsphere-operator-charts/values.yaml
+++ b/charts/apache-shardingsphere-operator-charts/values.yaml
@@ -232,7 +232,7 @@ computeNode:
         ## @param computeNode.users[0].password the password 
         ##
         users:
-          - user: root%
+          - user: root@%
             password: root
       ## @param computeNode.bootstrap.serverConfig.mode the modes for ShardingSphere
       ##
diff --git a/examples/operator/shardingsphereproxy-mysql-cluster.yaml b/examples/operator/shardingsphereproxy-mysql-cluster.yaml
index b0607de..806438b 100644
--- a/examples/operator/shardingsphereproxy-mysql-cluster.yaml
+++ b/examples/operator/shardingsphereproxy-mysql-cluster.yaml
@@ -42,7 +42,7 @@ spec:
         privilege:
           type: ALL_PERMITTED
         users:
-        - user: root%
+        - user: root@%
           password: root
       mode: 
         type: Cluster