[stable/cluster-autoscaler] Fixing bug with extra args boolean convert (#12998)

* [stable/cluster-autoscaler] Fixing bug with extra args boolean convert

Fixing bug with extra args boolean convert.
Use less verbose default values.
Signed-off-by: Stefan Lundgren <ztefan.lundgren@gmail.com>

Fix docs


Fix comments


Fix comments

* Update conflicting chart version

Signed-off-by: Stefan Lundgren <ztefan.lundgren@gmail.com>

* Revert change of default values to only do one fix in the PR

Signed-off-by: Stefan Lundgren <ztefan.lundgren@gmail.com>

* Simplifying fix

Signed-off-by: Stefan Lundgren <ztefan.lundgren@gmail.com>
This commit is contained in:
softstuff
2019-06-27 11:09:20 -07:00
committed by Kubernetes Prow Robot
parent 7d4cb0e34f
commit 825f31a264
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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:
@@ -71,7 +71,7 @@ spec:
- --cloud-config={{ .Values.cloudConfigPath }}
{{- end }}
{{- range $key, $value := .Values.extraArgs }}
- --{{ $key }}{{ if $value }}={{ $value }}{{ end }}
- --{{ $key }}={{ $value }}
{{- end }}
env: