mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[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:
committed by
Kubernetes Prow Robot
parent
7d4cb0e34f
commit
825f31a264
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user