Skip to content

Commit

Permalink
fix enumerations for policies
Browse files Browse the repository at this point in the history
  • Loading branch information
indexjoseph committed Jun 24, 2024
1 parent 05a68a4 commit 0c1cf36
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -148,10 +148,10 @@ policy:
type:
type: string
enum:
- Buffer
- Webhook
- Counter
- List
- Buffer
- Webhook
- Counter
- List
buffer:
type: object
nullable: true
Expand Down
12 changes: 6 additions & 6 deletions install/yaml/install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5681,11 +5681,11 @@ spec:
type:
type: string
enum:
- Buffer
- Webhook
- Counter
- List
- Chain
- Buffer
- Webhook
- Counter
- List
- Chain
buffer:
type: object
nullable: true
Expand Down Expand Up @@ -5767,7 +5767,7 @@ spec:
x-kubernetes-int-or-string: true
anyOf:
- type: integer
- type: string
- type: string
chain:
type: array
nullable: true
Expand Down

0 comments on commit 0c1cf36

Please sign in to comment.