Skip to content

Commit

Permalink
feat: update middlewares crd
Browse files Browse the repository at this point in the history
  • Loading branch information
verdienansein committed Jan 21, 2022
1 parent cbdbe73 commit 26ecb62
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions charts/traefik-ingress/crds/middlewares.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,6 @@ spec:
items:
type: string
type: array
minResponseBodyBytes:
type: integer
type: object
contentType:
description: ContentType middleware - or rather its unique `autoDetect`
Expand Down Expand Up @@ -398,9 +396,8 @@ spec:
info configuration.
properties:
issuer:
description: TLSCLientCertificateIssuerDNInfo holds the client
TLS certificate distinguished name info configuration. cf
https://tools.ietf.org/html/rfc3739
description: TLSClientCertificateDNInfo holds the client TLS
certificate distinguished name info configuration. cf https://tools.ietf.org/html/rfc3739
properties:
commonName:
type: boolean
Expand All @@ -426,9 +423,8 @@ spec:
serialNumber:
type: boolean
subject:
description: TLSCLientCertificateSubjectDNInfo holds the client
TLS certificate distinguished name info configuration. cf
https://tools.ietf.org/html/rfc3739
description: TLSClientCertificateDNInfo holds the client TLS
certificate distinguished name info configuration. cf https://tools.ietf.org/html/rfc3739
properties:
commonName:
type: boolean
Expand All @@ -440,8 +436,6 @@ spec:
type: boolean
organization:
type: boolean
organizationalUnit:
type: boolean
province:
type: boolean
serialNumber:
Expand Down

0 comments on commit 26ecb62

Please sign in to comment.