Skip to content

Commit a422689

Browse files
fix typo
1 parent 39cdd0d commit a422689

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

helm/aws-load-balancer-controller/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ The default values set by the application itself can be confirmed [here](https:/
259259
| `updateStrategy` | Defines the update strategy for the deployment | `{}` |
260260
| `enableCertManager` | If enabled, cert-manager issues the webhook certificates instead of the helm template, requires cert-manager and it's CRDs to be installed | `false` |
261261
| `certManager.duration` | Overrides the default expiry duration for the webhook certificates. defaults to `90d` | `""` |
262-
| `certManager.renewBefore` | Overrides the renewal time period duration for the webhook certificates. default i.e. `60d` | `""` |
262+
| `certManager.renewBefore` | Overrides the renewal time period duration for the webhook certificates. defaults to `60d` | `""` |
263263
| `enableEndpointSlices` | If enabled, controller uses k8s EndpointSlices instead of Endpoints for IP targets | `false` |
264264
| `enableBackendSecurityGroup` | If enabled, controller uses shared security group for backend traffic | `true` |
265265
| `backendSecurityGroup` | Backend security group to use instead of auto created one if the feature is enabled | `` |

0 commit comments

Comments
 (0)