Skip to content

Commit

Permalink
fix: adapt to changed method signature
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Wilcsinszky <[email protected]>
  • Loading branch information
pepov committed Jan 16, 2024
1 parent e683595 commit 3f0438d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/resources/fluentd/pdb.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ func (r *Reconciler) pdb() (runtime.Object, reconciler.DesiredState, error) {
ObjectMeta: r.FluentdObjectMeta(PodDisruptionBudgetName, ComponentFluentd),
Spec: policyv1.PodDisruptionBudgetSpec{
Selector: &metav1.LabelSelector{
MatchLabels: r.Logging.GetFluentdLabels(ComponentFluentd),
MatchLabels: r.Logging.GetFluentdLabels(ComponentFluentd, *r.fluentdSpec),
},
MinAvailable: pdbSpec.MinAvailable,
MaxUnavailable: pdbSpec.MaxUnavailable,
Expand Down

0 comments on commit 3f0438d

Please sign in to comment.