Skip to content

Commit

Permalink
Update internal/server/handlers/validation/handler.go
Browse files Browse the repository at this point in the history
Co-authored-by: Diogo Recharte <[email protected]>
  • Loading branch information
mayankshah1607 and recharte authored Dec 31, 2024
1 parent 2d6ffbc commit c23d786
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/server/handlers/validation/handler.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ func New(
log *zap.SugaredLogger,
kubeClient *kubernetes.Kubernetes,
) handlers.Handler {
l := log.With("validator", "rbac")
l := log.With("handler", "validator")
return &validateHandler{
log: l,
kubeClient: kubeClient,
Expand Down

0 comments on commit c23d786

Please sign in to comment.