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
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -214,3 +214,5 @@ The default values set by the application itself can be confirmed [here](https:/
214
214
|`enableBackendSecurityGroup`| If enabled, controller uses shared security group for backend traffic |`true`|
215
215
|`backendSecurityGroup`| Backend security group to use instead of auto created one if the feature is enabled | `` |
216
216
|`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