From 825f31a264a1f78413150b72e2f1f907a29d2c8d Mon Sep 17 00:00:00 2001 From: softstuff Date: Thu, 27 Jun 2019 20:09:20 +0200 Subject: [PATCH] [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 Fix docs Fix comments Fix comments * Update conflicting chart version Signed-off-by: Stefan Lundgren * Revert change of default values to only do one fix in the PR Signed-off-by: Stefan Lundgren * Simplifying fix Signed-off-by: Stefan Lundgren --- stable/cluster-autoscaler/Chart.yaml | 2 +- stable/cluster-autoscaler/templates/deployment.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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: