Skip to content

Commit

Permalink
Fix sigsegv
Browse files Browse the repository at this point in the history
  • Loading branch information
hughcapet committed Jan 28, 2025
1 parent 940ed18 commit a877524
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions pkg/cluster/sync.go
Original file line number Diff line number Diff line change
Expand Up @@ -488,9 +488,6 @@ func (c *Cluster) syncPrimaryPodDisruptionBudget(isUpdate bool) error {
}
}

c.logger.Infof("created missing pod disruption budget %q", util.NameFromMeta(pdb.ObjectMeta))
c.PrimaryPodDisruptionBudget = pdb

return nil
}

Expand Down Expand Up @@ -530,9 +527,6 @@ func (c *Cluster) syncCriticalOpPodDisruptionBudget(isUpdate bool) error {
}
}

c.logger.Infof("created missing pod disruption budget %q", util.NameFromMeta(pdb.ObjectMeta))
c.CriticalOpPodDisruptionBudget = pdb

return nil
}

Expand Down

0 comments on commit a877524

Please sign in to comment.