Skip to content

Commit 958ddfe

Browse files
authored
Fix listmonk's ingress.enabled key name in README (#17)
1 parent 52d6a9f commit 958ddfe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

charts/listmonk/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ $ helm uninstall --namespace listmonk listmonk
2929
| Key | Type | Default | Description |
3030
|---------------------------|--------|-----------------------|------------------------------------------------------|
3131
| ingress.annotations | object | `{}` | annotations for the ingress |
32-
| ingress.enable | bool | `false` | enable the ingress |
32+
| ingress.enabled | bool | `false` | enable the ingress |
3333
| ingress.className | string | `""` | ingress class name |
3434
| ingress.host | string | `"listmonk.local"` | host for the ingress |
3535
| ingress.tls | list | `[]` | tls configuration for the ingress |

0 commit comments

Comments
 (0)