Skip to content

Commit 39d7d17

Browse files
authored
Fix typo in aws-load-balancer-controller README (#2268)
`udpateStrategy` should be `updateStrategy`
1 parent a99910f commit 39d7d17

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
@@ -205,4 +205,4 @@ The default values set by the application itself can be confirmed [here](https:/
205205
| `defaultTags` | Default tags to apply to all AWS resources managed by this controller | `{}` |
206206
| `replicaCount` | Number of controller pods to run, only one will be active due to leader election | `2` |
207207
| `podDisruptionBudget` | Limit the disruption for controller pods. Require at least 2 controller replicas and 3 worker nodes | `{}` |
208-
| `udpateStrategy` | Defines the update strategy for the deployment | `{}` |
208+
| `updateStrategy` | Defines the update strategy for the deployment | `{}` |

0 commit comments

Comments
 (0)