Skip to content

Commit 75fb4c2

Browse files
authored
fix: incorrect audit policy handler name (#156)
Match the other handlers and the docs https://github.com/d2iq-labs/capi-runtime-extensions/blob/main/docs/content/audit-policy.md
1 parent ac6e9fc commit 75fb4c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/handlers/auditpolicy/inject.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ import (
2525

2626
const (
2727
// HandlerNamePatch is the name of the inject handler.
28-
HandlerNamePatch = "AuditPolicy"
28+
HandlerNamePatch = "AuditPolicyPatch"
2929
)
3030

3131
type auditPolicyPatchHandler struct {

0 commit comments

Comments
 (0)