From cbc5d3a9172296bd7caf7de5ff4d0b5d95a7d684 Mon Sep 17 00:00:00 2001 From: Oguzhan Inan Date: Mon, 22 Jul 2019 14:48:23 +0300 Subject: [PATCH] duplicate argument "--disable-catch-all" --- docs/user-guide/cli-arguments.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/user-guide/cli-arguments.md b/docs/user-guide/cli-arguments.md index df08cfd299..0944bce2c3 100644 --- a/docs/user-guide/cli-arguments.md +++ b/docs/user-guide/cli-arguments.md @@ -44,7 +44,6 @@ They are set in the container spec of the `nginx-ingress-controller` Deployment | `--version` | Show release information about the NGINX Ingress controller and exit. | | `--vmodule moduleSpec` | comma-separated list of pattern=N settings for file-filtered logging | | `--watch-namespace string` | Namespace the controller watches for updates to Kubernetes objects. This includes Ingresses, Services and all configuration resources. All namespaces are watched if this parameter is left empty. | -| `--disable-catch-all` | Disable support for catch-all Ingresses. | |`--validating-webhook`|The address to start an admission controller on| |`--validating-webhook-certificate`|The certificate the webhook is using for its TLS handling| |`--validating-webhook-key`|The key the webhook is using for its TLS handling|