mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[stable/metrics-server] Whitespace formatting, remove trailing blank lines (#16685)
* bump metrics-server version Signed-off-by: Pierluigi Lenoci <pierluigi.lenoci@akelius.de> * Whitespace formatting, remove trailing blank lines Signed-off-by: Pierluigi Lenoci <pierluigi.lenoci@akelius.de> * Bump version back Signed-off-by: Pierluigi Lenoci <pierluigi.lenoci@akelius.de>
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
10d126d9ee
commit
5dcda5dcd6
@@ -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.3
|
||||
version: 2.8.4
|
||||
keywords:
|
||||
- metrics-server
|
||||
home: https://github.com/kubernetes-incubator/metrics-server
|
||||
|
||||
@@ -11,7 +11,7 @@ metadata:
|
||||
{{ toYaml . | nindent 4 }}
|
||||
{{- end }}
|
||||
annotations:
|
||||
{{- toYaml .Values.service.annotations | nindent 4 }}
|
||||
{{- toYaml .Values.service.annotations | trim | nindent 4 }}
|
||||
spec:
|
||||
ports:
|
||||
- port: {{ .Values.service.port }}
|
||||
|
||||
@@ -17,4 +17,4 @@ spec:
|
||||
insecureSkipTLSVerify: true
|
||||
groupPriorityMinimum: 100
|
||||
versionPriority: 100
|
||||
{{- end -}}
|
||||
{{- end -}}
|
||||
|
||||
@@ -54,13 +54,13 @@ spec:
|
||||
- containerPort: 8443
|
||||
name: https
|
||||
livenessProbe:
|
||||
{{- toYaml .Values.livenessProbe | nindent 12 }}
|
||||
{{- toYaml .Values.livenessProbe | trim | nindent 12 }}
|
||||
readinessProbe:
|
||||
{{- toYaml .Values.readinessProbe | nindent 12 }}
|
||||
{{- toYaml .Values.readinessProbe | trim | nindent 12 }}
|
||||
resources:
|
||||
{{- toYaml .Values.resources | nindent 12 }}
|
||||
{{- toYaml .Values.resources | trim | nindent 12 }}
|
||||
securityContext:
|
||||
{{- toYaml .Values.securityContext | nindent 12 }}
|
||||
{{- toYaml .Values.securityContext | trim | nindent 12 }}
|
||||
volumeMounts:
|
||||
- name: tmp
|
||||
mountPath: /tmp
|
||||
@@ -68,11 +68,11 @@ spec:
|
||||
{{- toYaml . | nindent 10 }}
|
||||
{{- end }}
|
||||
nodeSelector:
|
||||
{{- toYaml .Values.nodeSelector | nindent 8 }}
|
||||
{{- toYaml .Values.nodeSelector | trim | nindent 8 }}
|
||||
affinity:
|
||||
{{- toYaml .Values.affinity | nindent 8 }}
|
||||
{{- toYaml .Values.affinity | trim | nindent 8 }}
|
||||
tolerations:
|
||||
{{- toYaml .Values.tolerations | nindent 8 }}
|
||||
{{- toYaml .Values.tolerations | trim | nindent 8 }}
|
||||
volumes:
|
||||
- name: tmp
|
||||
emptyDir: {}
|
||||
|
||||
@@ -17,4 +17,4 @@ subjects:
|
||||
- kind: ServiceAccount
|
||||
name: {{ template "metrics-server.serviceAccountName" . }}
|
||||
namespace: {{ .Release.Namespace }}
|
||||
{{- end -}}
|
||||
{{- end -}}
|
||||
|
||||
Reference in New Issue
Block a user