Skip to content

Commit

Permalink
update generated files
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Burn <[email protected]>
  • Loading branch information
rnburn committed Jul 27, 2021
1 parent 92cb682 commit eafe7eb
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 28 deletions.
14 changes: 7 additions & 7 deletions charts/emissary-ingress/crds/getambassador.io_authservices.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,6 @@ spec:
- type: string
- type: boolean
type: object
initial_metadata:
additionalProperties:
description: BoolOrString is a type that can hold a Boolean or a string.
oneOf:
- type: string
- type: boolean
type: object
add_linkerd_headers:
type: boolean
allow_request_body:
Expand Down Expand Up @@ -83,6 +76,13 @@ spec:
- allow_partial
- max_bytes
type: object
initial_metadata:
additionalProperties:
description: BoolOrString is a type that can hold a Boolean or a string.
oneOf:
- type: string
- type: boolean
type: object
path_prefix:
type: string
proto:
Expand Down
14 changes: 7 additions & 7 deletions manifests/emissary/ambassador-crds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,6 @@ spec:
- type: string
- type: boolean
type: object
initial_metadata:
additionalProperties:
description: BoolOrString is a type that can hold a Boolean or a string.
oneOf:
- type: string
- type: boolean
type: object
add_linkerd_headers:
type: boolean
allow_request_body:
Expand Down Expand Up @@ -82,6 +75,13 @@ spec:
- allow_partial
- max_bytes
type: object
initial_metadata:
additionalProperties:
description: BoolOrString is a type that can hold a Boolean or a string.
oneOf:
- type: string
- type: boolean
type: object
path_prefix:
type: string
proto:
Expand Down
21 changes: 7 additions & 14 deletions manifests/emissary/emissary-crds.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,20 +41,6 @@ spec:
- type: string
- type: boolean
type: object
initial_metadata:
additionalProperties:
description: BoolOrString is a type that can hold a Boolean or a string.
oneOf:
- type: string
- type: boolean
type: object
initial_metadata:
additionalProperties:
description: BoolOrString is a type that can hold a Boolean or a string.
oneOf:
- type: string
- type: boolean
type: object
add_linkerd_headers:
type: boolean
allow_request_body:
Expand Down Expand Up @@ -89,6 +75,13 @@ spec:
- allow_partial
- max_bytes
type: object
initial_metadata:
additionalProperties:
description: BoolOrString is a type that can hold a Boolean or a string.
oneOf:
- type: string
- type: boolean
type: object
path_prefix:
type: string
proto:
Expand Down

0 comments on commit eafe7eb

Please sign in to comment.