[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:
Adam Netočný
2019-06-10 14:41:07 -07:00
committed by Kubernetes Prow Robot
parent 4d6be1bb1f
commit 81c92cb680
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.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: