Skip to content

Commit 8c6e461

Browse files
author
Shreya Anil Naik
committed
Read update suggestion
1 parent fb55d2d commit 8c6e461

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ The following tables lists the configurable parameters of the chart and their de
153153
The default values set by the application itself can be confirmed [here](https://kubernetes-sigs.github.io/aws-load-balancer-controller/guide/controller/configurations/).
154154

155155
| Parameter | Description | Default |
156-
| ------------------------------------------- | -------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------- |
156+
| ------------------------------------------- | -------------------------------------------------------------------------------------------------------- |------------------------------------------------------------------------------------|
157157
| `image.repository` | image repository | `602401143452.dkr.ecr.us-west-2.amazonaws.com/amazon/aws-load-balancer-controller` |
158158
| `image.tag` | image tag | `<VERSION>` |
159159
| `image.pullPolicy` | image pull policy | `IfNotPresent` |
@@ -214,5 +214,5 @@ The default values set by the application itself can be confirmed [here](https:/
214214
| `enableBackendSecurityGroup` | If enabled, controller uses shared security group for backend traffic | `true` |
215215
| `backendSecurityGroup` | Backend security group to use instead of auto created one if the feature is enabled | `` |
216216
| `disableRestrictedSecurityGroupRules` | If disabled, controller will not specify port range restriction in the backend security group rules | `false` |
217-
| `objectSelector.matchExpressions` | Webhook configuration to select specific pods by specifying the expression to be matched | `app.kubernetes.io/name NotIn {{ include "aws-load-balancer-controller.name" . }}` |
217+
| `objectSelector.matchExpressions` | Webhook configuration to select specific pods by specifying the expression to be matched | None |
218218
| `objectSelector.matchLabels` | Webhook configuration to select specific pods by specifying the key value label pair to be matched | None |

0 commit comments

Comments
 (0)