Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
comment
  • Loading branch information
jiuker committed Aug 5, 2024
1 parent 73ede36 commit c2e31d3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/controller/main-controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -1329,6 +1329,7 @@ func (c *Controller) syncHandler(key string) (Result, error) {
return WrapResult(Result{}, err)
}
if !maps.Equal(expectSystemCfg, existSystemCfg) {
// delete pdb to let deleted all the statefulSet pods
err = c.DeletePDB(ctx, tenant)
if err != nil {
return Result{}, err
Expand Down

0 comments on commit c2e31d3

Please sign in to comment.