Skip to content

Commit

Permalink
v2-2
Browse files Browse the repository at this point in the history
  • Loading branch information
ukff committed Jan 13, 2025
1 parent 2737cb6 commit 07c07bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controllers/btpoperator_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -551,7 +551,7 @@ func (r *BtpOperatorReconciler) reconcileResources(ctx context.Context, managerS
return fmt.Errorf("failed to apply module resources: %w", err)
}

logger.Info(fmt.Sprintf("##### namespaceChanged: %t clusterIdChanged: %t", namespaceChanged, clusterIdChanged))
fmt.Println(fmt.Sprintf("##### namespaceChanged: %t clusterIdChanged: %t", namespaceChanged, clusterIdChanged))
if namespaceChanged || clusterIdChanged {
logger.Info("waiting for module resources readiness")
if err = r.waitForResourcesReadiness(ctx, resourcesToApply, false); err != nil {
Expand Down

0 comments on commit 07c07bf

Please sign in to comment.