mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[stable/metrics-server] Fixing indentation issue. (#14576)
Signed-off-by: Constantin Bugneac <cosbug@gmail.com>
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
100d5a156b
commit
963d4ece1c
@@ -2,7 +2,7 @@ apiVersion: v1
|
||||
appVersion: 0.3.2
|
||||
description: Metrics Server is a cluster-wide aggregator of resource usage data.
|
||||
name: metrics-server
|
||||
version: 2.8.1
|
||||
version: 2.8.2
|
||||
keywords:
|
||||
- metrics-server
|
||||
home: https://github.com/kubernetes-incubator/metrics-server
|
||||
|
||||
@@ -7,8 +7,8 @@ metadata:
|
||||
chart: {{ template "metrics-server.chart" . }}
|
||||
release: {{ .Release.Name }}
|
||||
heritage: {{ .Release.Service }}
|
||||
{{- with .Values.service.labels }}
|
||||
{{- toYaml . | indent 4}}
|
||||
{{- with .Values.service.labels -}}
|
||||
{{ toYaml . | nindent 4 }}
|
||||
{{- end }}
|
||||
annotations:
|
||||
{{- toYaml .Values.service.annotations | nindent 4 }}
|
||||
|
||||
Reference in New Issue
Block a user