From 35642cb4f6ea45d72b65f72eefe0618272bcd4f1 Mon Sep 17 00:00:00 2001 From: Mikhail Naletov <36846182+okgolove@users.noreply.github.com> Date: Mon, 10 Apr 2023 13:37:19 +0300 Subject: [PATCH] feat: remove extra line (#88) --- charts/goldpinger/Chart.yaml | 2 +- charts/goldpinger/templates/daemonset.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/goldpinger/Chart.yaml b/charts/goldpinger/Chart.yaml index 3ece284..cd52cc3 100644 --- a/charts/goldpinger/Chart.yaml +++ b/charts/goldpinger/Chart.yaml @@ -11,4 +11,4 @@ name: goldpinger sources: - https://github.com/bloomberg/goldpinger - https://github.com/okgolove/helm-charts -version: 6.0.0 +version: 6.0.1 diff --git a/charts/goldpinger/templates/daemonset.yaml b/charts/goldpinger/templates/daemonset.yaml index bf7a3ad..54034a6 100644 --- a/charts/goldpinger/templates/daemonset.yaml +++ b/charts/goldpinger/templates/daemonset.yaml @@ -50,7 +50,7 @@ spec: value: "{{ .Values.goldpinger.port }}" - name: LABEL_SELECTOR value: "app.kubernetes.io/name={{ include "goldpinger.name" . }}" - {{- if .Values.extraEnv }} + {{- if .Values.extraEnv -}} {{ toYaml .Values.extraEnv | nindent 12 }} {{- end }} {{- with .Values.containerSecurityContext }} @@ -100,4 +100,4 @@ spec: {{- with .Values.podSecurityContext }} securityContext: {{- toYaml . | nindent 8 }} - {{- end }} \ No newline at end of file + {{- end }}