fix: add missing RequireAnyClientCert value to TLSOption CRD
This commit is contained in:
parent
61ceb7a32c
commit
126b32c579
3 changed files with 3 additions and 1 deletions
|
@ -54,6 +54,7 @@ spec:
|
|||
enum:
|
||||
- NoClientCert
|
||||
- RequestClientCert
|
||||
- RequireAnyClientCert
|
||||
- VerifyClientCertIfGiven
|
||||
- RequireAndVerifyClientCert
|
||||
type: string
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue