From 3db1c9b4a5a2a3294d1fbd569d3810670d48e5f8 Mon Sep 17 00:00:00 2001 From: Romain Sajean <4425250+scauglog@users.noreply.github.com> Date: Thu, 21 Apr 2022 16:02:15 +0200 Subject: [PATCH] Update README.md according to variable.tf we should use `namespace` and not `namespace_name` as inputs --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e481f02..a4b46c6 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ module "nginx-controller" { | Name | Description | Type | Default | Required | |------|-------------|------|---------|:--------:| | name | Name of created helm release | `string` | `ingress-nginx` | no | -| namespace\_name | Name of namespace where nginx controller should be deployed | `string` | `kube-system` | no | +| namespace | Name of namespace where nginx controller should be deployed | `string` | `kube-system` | no | | chart\_version | HELM Chart Version for controller ( It is not recommended to change )| `string` | `4.0.6` | no | | atomic | If set, installation process purges chart on fail | `bool` | `false` | no | | ingress\_class\_name | IngressClass resource name | `string` | `nginx` | no |