Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
according to variable.tf we should use `namespace` and not `namespace_name` as inputs
  • Loading branch information
scauglog authored Apr 21, 2022
1 parent f39de0b commit 3db1c9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand Down

0 comments on commit 3db1c9b

Please sign in to comment.