Skip to content

Commit

Permalink
Update deploymentrender_default.go (openyurtio#1833)
Browse files Browse the repository at this point in the history
add log : YurtAppOverrider size
  • Loading branch information
guoguodan authored and zyjhtangtang committed Apr 16, 2024
1 parent e5a1ce4 commit b459647
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 b459647

Please sign in to comment.