Skip to content

Commit fb55d2d

Browse files
author
Shreya Anil Naik
committed
Add webhook changes to README
1 parent e56f56c commit fb55d2d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -214,3 +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" . }}` |
218+
| `objectSelector.matchLabels` | Webhook configuration to select specific pods by specifying the key value label pair to be matched | None |

0 commit comments

Comments
 (0)