We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 526b830 + dc64725 commit 5a84850Copy full SHA for 5a84850
helm/aws-load-balancer-controller/Chart.yaml
@@ -1,7 +1,7 @@
1
apiVersion: v2
2
name: aws-load-balancer-controller
3
description: AWS Load Balancer Controller Helm chart for Kubernetes
4
-version: 1.11.0
+version: 1.11.1
5
appVersion: v2.11.0
6
home: https://github.com/aws/eks-charts
7
icon: https://raw.githubusercontent.com/aws/eks-charts/master/docs/logo/aws.png
helm/aws-load-balancer-controller/templates/deployment.yaml
@@ -10,7 +10,9 @@ metadata:
10
labels:
11
{{- include "aws-load-balancer-controller.labels" . | nindent 4 }}
12
spec:
13
+ {{ if not .Values.autoscaling.enabled }}
14
replicas: {{ .Values.replicaCount }}
15
+ {{ end }}
16
revisionHistoryLimit: {{ .Values.revisionHistoryLimit }}
17
selector:
18
matchLabels:
0 commit comments