Skip to content

Commit

Permalink
fix unwnated marge
Browse files Browse the repository at this point in the history
  • Loading branch information
takara9 committed May 20, 2024
1 parent 8893d25 commit e74926c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions controllers/mysql_container.go
Original file line number Diff line number Diff line change
Expand Up @@ -133,10 +133,13 @@ func (r *MySQLClusterReconciler) makeV1AgentContainer(cluster *mocov1beta2.MySQL
}
if cluster.Spec.LogRotationSchedule != "" {
c.WithArgs("--log-rotation-schedule", cluster.Spec.LogRotationSchedule)
<<<<<<< HEAD

Check failure on line 136 in controllers/mysql_container.go

View workflow job for this annotation

GitHub Actions / Small tests

syntax error: unexpected <<, expected }
}

if cluster.Spec.AgentUseLocalhost {

Check failure on line 139 in controllers/mysql_container.go

View workflow job for this annotation

GitHub Actions / Small tests

syntax error: non-declaration statement outside function body
c.WithArgs(constants.MocoMySQLDLocalhostFlag, strconv.FormatBool(cluster.Spec.AgentUseLocalhost))
=======
>>>>>>> parent of 403eb1a... Fix init container arguments

Check failure on line 142 in controllers/mysql_container.go

View workflow job for this annotation

GitHub Actions / Small tests

exponent has no digits
}

c.WithVolumeMounts(
Expand Down

0 comments on commit e74926c

Please sign in to comment.