File tree Expand file tree Collapse file tree 3 files changed +18
-1
lines changed
helm/aws-load-balancer-controller Expand file tree Collapse file tree 3 files changed +18
-1
lines changed Original file line number Diff line number Diff line change 1
1
apiVersion : v2
2
2
name : aws-load-balancer-controller
3
3
description : AWS Load Balancer Controller Helm chart for Kubernetes
4
- version : 1.3.3
4
+ version : 1.3.4
5
5
appVersion : v2.3.1
6
6
home : https://github.com/aws/eks-charts
7
7
icon : https://raw.githubusercontent.com/aws/eks-charts/master/docs/logo/aws.png
Original file line number Diff line number Diff line change @@ -37,6 +37,13 @@ webhooks:
37
37
operator : NotIn
38
38
values :
39
39
- {{ include "aws-load-balancer-controller.name" . }}
40
+ {{- if .Values.objectSelector.matchExpressions }}
41
+ {{- toYaml .Values.objectSelector.matchExpressions | nindent 4 }}
42
+ {{- end }}
43
+ {{- if .Values.objectSelector.matchLabels }}
44
+ matchLabels :
45
+ {{- toYaml .Values.objectSelector.matchLabels | nindent 6 }}
46
+ {{- end }}
40
47
rules :
41
48
- apiGroups :
42
49
- " "
Original file line number Diff line number Diff line change @@ -232,3 +232,13 @@ backendSecurityGroup:
232
232
233
233
# disableRestrictedSecurityGroupRules specifies whether to disable creating port-range restricted security group rules for traffic
234
234
disableRestrictedSecurityGroupRules :
235
+
236
+ # objectSelector for webhook
237
+ objectSelector :
238
+ matchExpressions :
239
+ # - key: <key>
240
+ # operator: <operator>
241
+ # values:
242
+ # - <value>
243
+ matchLabels :
244
+ # key: value
You can’t perform that action at this time.
0 commit comments