Skip to content

Commit

Permalink
update cluster
Browse files Browse the repository at this point in the history
  • Loading branch information
mitalipaygude committed May 18, 2023
1 parent a5bfae6 commit c2f1e7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/validations/upgradevalidations/preflightvalidations.go
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ func (u *UpgradeValidations) PreflightValidations(ctx context.Context) []validat
return &validations.ValidationResult{
Name: "validate pod disruption budgets",
Remediation: "",
Err: ValidatePodDisruptionBudgets(ctx, k, targetCluster),
Err: ValidatePodDisruptionBudgets(ctx, k, u.Opts.WorkloadCluster),
}
})
}
Expand Down

0 comments on commit c2f1e7e

Please sign in to comment.