[ Agent ] [ App ] - fix mysql bugs

This commit is contained in:
zeaslity
2023-11-22 11:03:28 +08:00
parent 1f7138d541
commit a2d57bcab8
3 changed files with 6 additions and 6 deletions

View File

@@ -467,7 +467,7 @@ func (op *AgentOsOperator) deployMySQL(funcArgs []string) (bool, []string) {
}
// check mysql
if !K8sCheckPodStatusTimeout("helm-mysql-0", funcArgs[0], 180) {
if !K8sCheckPodStatusTimeout("helm-mysql-0", funcArgs[1], 180) {
return false, []string{
"helm-mysql-0 启动失败!",
}