Skip to content

Commit

Permalink
Fix findings
Browse files Browse the repository at this point in the history
  • Loading branch information
lburgazzoli committed Jan 16, 2025
1 parent 4549058 commit ff4ee0c
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -178,8 +178,6 @@ func setReadiness(instance *dscv1.DataScienceCluster, nonReadyComponents []strin
slices.Sort(nonReadyComponents)

if len(nonReadyComponents) != 0 {
instance.Status.Phase = status.PhaseNotReady

condition.Status = corev1.ConditionFalse
condition.Reason = status.NotReadyReason
condition.Message = fmt.Sprintf("Some components are not ready: %s", strings.Join(nonReadyComponents, ","))
Expand Down

0 comments on commit ff4ee0c

Please sign in to comment.