From 8d421dad80e7c0675ebee08c70cab6f674264bb7 Mon Sep 17 00:00:00 2001 From: Maxime Fournioux <55544262+mfournioux@users.noreply.github.com> Date: Wed, 20 Nov 2024 11:59:54 +0100 Subject: [PATCH] remove empty lines in yaml files Signed-off-by: Maxime Fournioux <55544262+mfournioux@users.noreply.github.com> --- examples/chart-helm/Chart.yaml | 2 +- examples/chart-helm/templates/hpa.yaml | 2 +- examples/chart-helm/templates/poddisruptionbudget.yaml | 2 +- examples/chart-helm/templates/secrets.yaml | 2 +- examples/chart-helm/templates/service.yaml | 2 +- examples/chart-helm/values.yaml | 2 +- examples/chart-helm/worfklows/lint-test.yaml | 3 +-- 7 files changed, 7 insertions(+), 8 deletions(-) diff --git a/examples/chart-helm/Chart.yaml b/examples/chart-helm/Chart.yaml index fb0f06f6d2701..531386ec1f969 100644 --- a/examples/chart-helm/Chart.yaml +++ b/examples/chart-helm/Chart.yaml @@ -18,4 +18,4 @@ type: application version: 0.0.1 maintainers: - - name: mfournioux + - name: mfournioux \ No newline at end of file diff --git a/examples/chart-helm/templates/hpa.yaml b/examples/chart-helm/templates/hpa.yaml index d7806c34e5a14..5ca94c8213541 100644 --- a/examples/chart-helm/templates/hpa.yaml +++ b/examples/chart-helm/templates/hpa.yaml @@ -28,4 +28,4 @@ spec: type: Utilization averageUtilization: {{ .Values.autoscaling.targetMemoryUtilizationPercentage }} {{- end }} -{{- end }} +{{- end }} \ No newline at end of file diff --git a/examples/chart-helm/templates/poddisruptionbudget.yaml b/examples/chart-helm/templates/poddisruptionbudget.yaml index 6053d300dd587..512bac727da87 100644 --- a/examples/chart-helm/templates/poddisruptionbudget.yaml +++ b/examples/chart-helm/templates/poddisruptionbudget.yaml @@ -4,4 +4,4 @@ metadata: name: "{{ .Release.Name }}-pdb" namespace: {{ .Release.Namespace }} spec: - maxUnavailable: {{ default 1 .Values.maxUnavailablePodDisruptionBudget }} + maxUnavailable: {{ default 1 .Values.maxUnavailablePodDisruptionBudget }} \ No newline at end of file diff --git a/examples/chart-helm/templates/secrets.yaml b/examples/chart-helm/templates/secrets.yaml index b588a62c829c6..4e88e747b616a 100644 --- a/examples/chart-helm/templates/secrets.yaml +++ b/examples/chart-helm/templates/secrets.yaml @@ -7,4 +7,4 @@ type: Opaque data: {{- range $key, $val := .Values.secrets }} {{ $key }}: {{ $val | b64enc | quote }} - {{- end }} + {{- end }} \ No newline at end of file diff --git a/examples/chart-helm/templates/service.yaml b/examples/chart-helm/templates/service.yaml index 470101e09017b..6f686cbd21922 100644 --- a/examples/chart-helm/templates/service.yaml +++ b/examples/chart-helm/templates/service.yaml @@ -9,4 +9,4 @@ spec: - name: {{ include "chart.service-port-name" . }} port: {{ include "chart.service-port" . }} targetPort: {{ include "chart.container-port-name" . }} - protocol: TCP + protocol: TCP \ No newline at end of file diff --git a/examples/chart-helm/values.yaml b/examples/chart-helm/values.yaml index 9b06c3848e0c2..47dd6cc052e2e 100644 --- a/examples/chart-helm/values.yaml +++ b/examples/chart-helm/values.yaml @@ -115,4 +115,4 @@ livenessProbe: labels: environment: "test" - release: "test" + release: "test" \ No newline at end of file diff --git a/examples/chart-helm/worfklows/lint-test.yaml b/examples/chart-helm/worfklows/lint-test.yaml index 3b9abc19a02a4..49971314e4cb4 100644 --- a/examples/chart-helm/worfklows/lint-test.yaml +++ b/examples/chart-helm/worfklows/lint-test.yaml @@ -72,5 +72,4 @@ jobs: echo "FAILURE" else echo "SUCCESS" - fi - + fi \ No newline at end of file