Flags: Update enable-annotation-validation
docs.
This commit is contained in:
parent
037e2731aa
commit
9541c3ba96
1 changed files with 1 additions and 1 deletions
|
@ -159,7 +159,7 @@ Requires the update-status parameter.`)
|
||||||
`Prefix of the Ingress annotations specific to the NGINX controller.`)
|
`Prefix of the Ingress annotations specific to the NGINX controller.`)
|
||||||
|
|
||||||
enableAnnotationValidation = flags.Bool("enable-annotation-validation", true,
|
enableAnnotationValidation = flags.Bool("enable-annotation-validation", true,
|
||||||
`If true, will enable the annotation validation feature. This value will be defaulted to true on a future release`)
|
`If true, will enable the annotation validation feature. Defaults to true`)
|
||||||
|
|
||||||
enableSSLChainCompletion = flags.Bool("enable-ssl-chain-completion", false,
|
enableSSLChainCompletion = flags.Bool("enable-ssl-chain-completion", false,
|
||||||
`Autocomplete SSL certificate chains with missing intermediate CA certificates.
|
`Autocomplete SSL certificate chains with missing intermediate CA certificates.
|
||||||
|
|
Loading…
Reference in a new issue