diff --git a/stable/cluster-autoscaler/Chart.yaml b/stable/cluster-autoscaler/Chart.yaml index 32f82559d9..5bdd0d1dd7 100644 --- a/stable/cluster-autoscaler/Chart.yaml +++ b/stable/cluster-autoscaler/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v1 description: Scales worker nodes within autoscaling groups. icon: https://github.com/kubernetes/kubernetes/blob/master/logo/logo.png name: cluster-autoscaler -version: 0.14.1 +version: 0.14.2 appVersion: 1.13.1 home: https://github.com/kubernetes/autoscaler sources: diff --git a/stable/cluster-autoscaler/templates/deployment.yaml b/stable/cluster-autoscaler/templates/deployment.yaml index a71333f3a9..42c6cf3735 100644 --- a/stable/cluster-autoscaler/templates/deployment.yaml +++ b/stable/cluster-autoscaler/templates/deployment.yaml @@ -71,7 +71,7 @@ spec: - --cloud-config={{ .Values.cloudConfigPath }} {{- end }} {{- range $key, $value := .Values.extraArgs }} - - --{{ $key }}{{ if $value }}={{ $value }}{{ end }} + - --{{ $key }}={{ $value }} {{- end }} env: