From f7fd24fe6f49757b65a8df6431933bf880a96274 Mon Sep 17 00:00:00 2001 From: Jonas Forsberg Date: Fri, 18 Oct 2024 16:24:24 +0200 Subject: [PATCH] fixed trailing whitespaces --- templates/_configmaps.tpl | 2 +- templates/_helpers.tpl | 8 ++++---- templates/_secrets.tpl | 2 +- templates/_serviceaccount.tpl | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/templates/_configmaps.tpl b/templates/_configmaps.tpl index cb1e596..3be11c3 100644 --- a/templates/_configmaps.tpl +++ b/templates/_configmaps.tpl @@ -25,4 +25,4 @@ data: {{- end }} {{- end }} {{- end -}} -{{- end -}} \ No newline at end of file +{{- end -}} diff --git a/templates/_helpers.tpl b/templates/_helpers.tpl index 36b68df..f8dcfd4 100644 --- a/templates/_helpers.tpl +++ b/templates/_helpers.tpl @@ -61,8 +61,8 @@ Create the name of the service account to use {{- end }} {{- end }} -{{/* -Merge the local chart values and the library chart defaults +{{/* +Merge the local chart values and the library chart defaults */}} {{- define "lib.values.setup" -}} {{- if .Values.lib -}} @@ -73,7 +73,7 @@ Merge the local chart values and the library chart defaults {{- end -}} {{- end -}} -{{/* +{{/* Get all environment variables and secrets that should be mounted as environment variables */}} @@ -122,4 +122,4 @@ secrets that should be mounted as environment variables {{- else -}} {{- toYaml .Values.env | nindent 0 -}} {{- end -}} -{{- end -}} \ No newline at end of file +{{- end -}} diff --git a/templates/_secrets.tpl b/templates/_secrets.tpl index 32592ac..aa29987 100644 --- a/templates/_secrets.tpl +++ b/templates/_secrets.tpl @@ -30,4 +30,4 @@ stringData: {{- end }} {{- end }} {{- end -}} -{{- end -}} \ No newline at end of file +{{- end -}} diff --git a/templates/_serviceaccount.tpl b/templates/_serviceaccount.tpl index e0f37d2..c8865a8 100644 --- a/templates/_serviceaccount.tpl +++ b/templates/_serviceaccount.tpl @@ -12,4 +12,4 @@ metadata: {{- toYaml . | nindent 4 }} {{- end }} automountServiceAccountToken: {{ .Values.serviceAccount.automount }} -{{- end }} \ No newline at end of file +{{- end }}