Skip to content
This repository was archived by the owner on Jul 13, 2026. It is now read-only.

Commit e296a2e

Browse files
committed
Testing kuttl tests
1 parent 10f0be4 commit e296a2e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

internal/controller/openstacklightspeed_controller.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ func (r *OpenStackLightspeedReconciler) GetLogger(ctx context.Context) logr.Logg
7575
// - https://pkg.go.dev/sigs.k8s.io/controller-runtime@v0.18.4/pkg/reconcile
7676
func (r *OpenStackLightspeedReconciler) Reconcile(ctx context.Context, req ctrl.Request) (ctrl.Result, error) {
7777
Log := r.GetLogger(ctx)
78-
Log.Info("OpenStackLightspeed Reconciling")
78+
Log.Info("OpenStackLightspeed Reconciling :)")
7979

8080
instance := &apiv1beta1.OpenStackLightspeed{}
8181
err := r.Get(ctx, req.NamespacedName, instance)

0 commit comments

Comments
 (0)