Skip to content

Commit

Permalink
chore(docs): fix chart_version default (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
greyscaled authored Sep 18, 2023
1 parent 9082a84 commit ad0c203
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 @@ -56,7 +56,7 @@ module "cert_manager" {
| Name | Description | Type | Default | Required |
|------|-------------|------|---------|:--------:|
| namespace\_name | Name of created namespace | `string` | `cert-manager` | no |
| chart\_version | HELM Chart Version for cert-manager ( It is not recommended to change )| `string` | `cert-manager` | no |
| chart\_version | HELM Chart Version for cert-manager ( It is not recommended to change )| `string` | `1.11.0` | no |
| create_namespace | Create namespace or use exist | `bool` | `true` | no |
| cluster\_issuer\_server | The ACME server URL | `string` | `https://acme-v02.api.letsencrypt.org/directory` | no |
| cluster\_issuer\_email | Email address used for ACME registration | `string` | n/a | yes |
Expand Down

0 comments on commit ad0c203

Please sign in to comment.