From bdce4a7b4ff30007fda27124d023ba080ed67724 Mon Sep 17 00:00:00 2001 From: Dario Tranchitella Date: Sat, 6 Mar 2021 10:18:56 +0100 Subject: [PATCH] doc: documenting --allow-tenant-ingress-hostnames-collision new CLI flag --- docs/operator/references.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/operator/references.md b/docs/operator/references.md index 7741297b..425426d3 100644 --- a/docs/operator/references.md +++ b/docs/operator/references.md @@ -677,6 +677,7 @@ Option | Description | Default `--capsule-user-group` | Override the Capsule group to which all tenant owners must belong. | `capsule.clastix.io` `--protected-namespace-regex` | Disallows creation of namespaces matching the passed regexp. | `null` `--allow-ingress-hostname-collision` | By default, Capsule allows Ingress hostname collision: set to `false` to enforce this policy. | `true` +`--allow-tenant-ingress-hostnames-collision` | Toggling this, Capsule will not check if a hostname collision is in place, allowing the creation of two or more Tenant resources although sharing the same allowed hostname(s). | `false` ## Created Resources Once installed, the Capsule operator creates the following resources in your cluster: