mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
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:
committed by
k8s-ci-robot
parent
356c348548
commit
892bac43f2
@@ -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" }}
|
||||
|
||||
Reference in New Issue
Block a user