bugfix:TSG-19933:Modify cm cache pod probe setting and cm cache redis config.

This commit is contained in:
fumingwei
2024-03-13 20:37:38 +08:00
parent a1380db2d1
commit 41590c47c8
2 changed files with 1 additions and 2 deletions

View File

@@ -155,8 +155,7 @@ data:
done
if [[ -z $m_value ]] || [[ -z $s_value ]]; then
echo "Missing required options."
usage
echo "Info: Only one Redis master IP is configured. The master-slave Redis switch program will be terminated."
else
m_str=(${m_value//:/ })
REDIS_MASTER=${m_str[0]}