You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: helm/aws-load-balancer-controller/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -259,7 +259,7 @@ The default values set by the application itself can be confirmed [here](https:/
259
259
|`updateStrategy`| Defines the update strategy for the deployment |`{}`|
260
260
|`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`|
261
261
|`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`|`""`|
263
263
|`enableEndpointSlices`| If enabled, controller uses k8s EndpointSlices instead of Endpoints for IP targets |`false`|
264
264
|`enableBackendSecurityGroup`| If enabled, controller uses shared security group for backend traffic |`true`|
265
265
|`backendSecurityGroup`| Backend security group to use instead of auto created one if the feature is enabled | `` |
0 commit comments