Skip to content

Commit

Permalink
cicd update
Browse files Browse the repository at this point in the history
  • Loading branch information
kim.doyoung committed Jan 2, 2024
1 parent df99d6a commit ce61636
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion internal/controller/provision_controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ func initProvisionReconcileMap() {
// - https://pkg.go.dev/sigs.k8s.io/[email protected]/pkg/reconcile
func (r *ProvisionReconciler) Reconcile(ctx context.Context, req ctrl.Request) (ctrl.Result, error) {
log := log.FromContext(ctx)

log.V(ErrorLevelIsInfo).Info("Reconciling Provision request", "Request", req)

original := &vmv1.Provision{}
Expand Down

0 comments on commit ce61636

Please sign in to comment.