Skip to content

Commit

Permalink
fixed install yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
indexjoseph committed Jun 25, 2024
1 parent 0c1cf36 commit bf4b616
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 16 deletions.
19 changes: 9 additions & 10 deletions install/helm/agones/templates/crds/_fleetautoscalerpolicy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ policy:
type:
type: string
enum:
- Buffer
- Webhook
- Counter
- List
- Chain
- Buffer
- Webhook
- Counter
- List
- Chain
buffer:
type: object
nullable: true
Expand Down Expand Up @@ -148,11 +148,10 @@ policy:
type:
type: string
enum:
- Buffer
- Webhook
- Counter
- List
buffer:
- Buffer
- Webhook
- Counter
- List
type: object
nullable: true
required:
Expand Down
11 changes: 5 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 @@ -5808,7 +5808,6 @@ spec:
- Webhook
- Counter
- List
buffer:
type: object
nullable: true
required:
Expand Down

0 comments on commit bf4b616

Please sign in to comment.