Skip to content

Commit 3656c75

Browse files
authored
Fix log identifier of service-cloudscale-lb-validator webhook (#128)
1 parent 6454ded commit 3656c75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webhooks/service_cloudscale_lb_validator.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ type ServiceCloudscaleLBValidator struct {
2828
// Handle handles the admission requests
2929
func (v *ServiceCloudscaleLBValidator) Handle(ctx context.Context, req admission.Request) admission.Response {
3030
ctx = log.IntoContext(ctx, log.FromContext(ctx).
31-
WithName("webhook.validate-namespace-quota.appuio.io").
31+
WithName("webhook.service-cloudscale-lb-validator.appuio.io").
3232
WithValues("id", req.UID, "user", req.UserInfo.Username).
3333
WithValues("namespace", req.Namespace, "name", req.Name,
3434
"group", req.Kind.Group, "version", req.Kind.Version, "kind", req.Kind.Kind))

0 commit comments

Comments
 (0)