Skip to content

Commit

Permalink
Update deploymentrender_default.go (#1833)
Browse files Browse the repository at this point in the history
add log : YurtAppOverrider size
  • Loading branch information
guoguodan authored Dec 1, 2023
1 parent da81373 commit 4147dd6
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ func (webhook *DeploymentRenderHandler) Default(ctx context.Context, obj runtime
}
}

klog.Infof("list YurtAppOverrider, total: %d", len(overriders))
if len(overriders) == 0 {
return nil
}
Expand Down

0 comments on commit 4147dd6

Please sign in to comment.