Skip to content

Commit

Permalink
disable cco reconciliation and test ci
Browse files Browse the repository at this point in the history
Signed-off-by: Per Goncalves da Silva <pegoncal@redhat.com>
  • Loading branch information
Per Goncalves da Silva committed Dec 2, 2023
1 parent 8d78368 commit e1821bd
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1129,12 +1129,12 @@ func (r *HostedControlPlaneReconciler) reconcile(ctx context.Context, hostedCont
// the repo at a later date and clarify the logic here at that point.

// Reconcile cloud credential operator
if hostedControlPlane.Spec.Platform.Type == hyperv1.AWSPlatform {
r.Log.Info("Reconciling Cloud Credential Operator")
if err := r.reconcileCloudCredentialOperator(ctx, hostedControlPlane, releaseImageProvider, createOrUpdate); err != nil {
return fmt.Errorf("failed to reconcile cloud controller manager: %w", err)
}
}
//if hostedControlPlane.Spec.Platform.Type == hyperv1.AWSPlatform {
// r.Log.Info("Reconciling Cloud Credential Operator")
// if err := r.reconcileCloudCredentialOperator(ctx, hostedControlPlane, releaseImageProvider, createOrUpdate); err != nil {
// return fmt.Errorf("failed to reconcile cloud controller manager: %w", err)
// }
//}

// Reconcile OLM
r.Log.Info("Reconciling OLM")
Expand Down

0 comments on commit e1821bd

Please sign in to comment.