Skip to content

Commit

Permalink
Adding admission hook operation "DELETE" and "CONNECT" to allowed lis…
Browse files Browse the repository at this point in the history
…t. (#527)

Signed-off-by: dmitry.koba <[email protected]>
Co-authored-by: dmitry.koba <[email protected]>
  • Loading branch information
Dmitrykob and dmitry.koba authored Sep 21, 2023
1 parent e16e2df commit f6471e2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pkg/hook/config/schemas.go
Original file line number Diff line number Diff line change
Expand Up @@ -275,6 +275,8 @@ properties:
enum:
- "CREATE"
- "UPDATE"
- "DELETE"
- "CONNECT"
- "*"
scope:
type: string
Expand Down Expand Up @@ -362,6 +364,8 @@ properties:
enum:
- "CREATE"
- "UPDATE"
- "DELETE"
- "CONNECT"
- "*"
scope:
type: string
Expand Down

0 comments on commit f6471e2

Please sign in to comment.