From 0d4201a6c2f7a5e4f970361cc9912d2a687b06c8 Mon Sep 17 00:00:00 2001 From: alessio Date: Mon, 28 Jun 2021 22:04:06 +0200 Subject: [PATCH] docs(helm): update documentation about hostNetwork --- charts/capsule/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/charts/capsule/README.md b/charts/capsule/README.md index 75e47301..80039715 100644 --- a/charts/capsule/README.md +++ b/charts/capsule/README.md @@ -60,6 +60,7 @@ Here the values you can override: Parameter | Description | Default --- | --- | --- +`manager.hostNetwork` | Specifies if the container should be started in `hostNetwork` mode. | `false` `manager.options.logLevel` | Set the log verbosity of the controller with a value from 1 to 10.| `4` `manager.options.forceTenantPrefix` | Boolean, enforces the Tenant owner, during Namespace creation, to name it using the selected Tenant name as prefix, separated by a dash | `false` `manager.options.capsuleUserGroup` | Override the Capsule user group | `capsule.clastix.io`