mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[stable/cluster-autoscaler] Fixed indentation in deployment (#14663)
* Fixed indentation in deployment Signed-off-by: Adam Netočný <adam.netocny@deutsche-boerse.com> * Bump version Signed-off-by: Adam Netočný <netocny@gmail.com>
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
4d6be1bb1f
commit
81c92cb680
@@ -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.13.2
|
||||
version: 0.13.3
|
||||
appVersion: 1.13.1
|
||||
home: https://github.com/kubernetes/autoscaler
|
||||
sources:
|
||||
|
||||
@@ -16,7 +16,7 @@ spec:
|
||||
app: {{ template "cluster-autoscaler.name" . }}
|
||||
release: {{ .Release.Name }}
|
||||
{{- if .Values.podLabels }}
|
||||
{{ toYaml .Values.podLabels | indent 8 }}
|
||||
{{ toYaml .Values.podLabels | indent 6 }}
|
||||
{{- end }}
|
||||
template:
|
||||
metadata:
|
||||
|
||||
Reference in New Issue
Block a user