reject annotations with default prefix in the case of an override
This commit is contained in:
parent
f30a32a6e3
commit
9612180f6e
4 changed files with 28 additions and 3 deletions
|
|
@ -126,7 +126,7 @@ Requires the update-status parameter.`)
|
|||
enableSSLPassthrough = flags.Bool("enable-ssl-passthrough", false,
|
||||
`Enable SSL Passthrough.`)
|
||||
|
||||
annotationsPrefix = flags.String("annotations-prefix", "nginx.ingress.kubernetes.io",
|
||||
annotationsPrefix = flags.String("annotations-prefix", parser.DefaultAnnotationsPrefix,
|
||||
`Prefix of the Ingress annotations specific to the NGINX controller.`)
|
||||
|
||||
enableSSLChainCompletion = flags.Bool("enable-ssl-chain-completion", false,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue