Add ability to pass boolean args to cluster-autoscaler like logtostderr (#3297)

* Add ability to pass boolean args to cluster-autoscaler like logtostderr

*  Bump chart version
This commit is contained in:
Adam Hamsik
2018-01-27 09:37:31 -08:00
committed by k8s-ci-robot
parent 356c348548
commit 892bac43f2
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.4.0
version: 0.4.1
appVersion: 1.1.0
sources:
- https://github.com/kubernetes/autoscaler/tree/master/cluster-autoscaler
@@ -39,7 +39,7 @@ spec:
- --nodes={{ .minSize }}:{{ .maxSize }}:{{ .name }}
{{- end }}
{{- range $key, $value := .Values.extraArgs }}
- --{{ $key }}={{ $value }}
- --{{ $key }}{{ if $value }}={{ $value }}{{ end }}
{{- end }}
env:
{{- if eq .Values.cloudProvider "aws" }}