Skip to content

Commit

Permalink
fix pr comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Y-Rookie committed Dec 18, 2024
1 parent 0a8a245 commit 244be4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/apecloud-mysql/scripts/vttablet.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ fi

echo $endpoints

topology_fags="--topo_implementation etcd2 --topo_global_server_address ${endpoints} --topo_global_root /vitess/${NAMESPACE}/${CLUSTER_NAME}/global"
topology_fags="--topo_implementation etcd2 --topo_global_server_address ${endpoints} --topo_global_root /vitess/${CLUSTER_NAMESPACE}/${CLUSTER_NAME}/global"

VTDATAROOT=$VTDATAROOT/vttablet
su vitess <<EOF
Expand Down

0 comments on commit 244be4e

Please sign in to comment.