From 81c92cb6808449dded4c510d2cc239331a508c9b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adam=20Neto=C4=8Dn=C3=BD?= Date: Mon, 10 Jun 2019 23:41:08 +0200 Subject: [PATCH] [stable/cluster-autoscaler] Fixed indentation in deployment (#14663) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Fixed indentation in deployment Signed-off-by: Adam Netočný * Bump version Signed-off-by: Adam Netočný --- 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 4970c55c00..8e2de37974 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.13.2 +version: 0.13.3 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 5fe7101472..d48b9e0ba1 100644 --- a/stable/cluster-autoscaler/templates/deployment.yaml +++ b/stable/cluster-autoscaler/templates/deployment.yaml @@ -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: