Skip to content

Commit

Permalink
Merge pull request #6 from scauglog/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
bohdantverdyi authored Apr 21, 2022
2 parents f39de0b + 3db1c9b commit a9092dc
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 a9092dc

Please sign in to comment.