From 19a19f50fe1125d383947f414766aeb5aa670b6d Mon Sep 17 00:00:00 2001 From: Bryan Shelton Date: Tue, 27 Mar 2018 14:16:03 -0700 Subject: [PATCH] [stable/buildkite] Fix newline issue when using extraEnv (#4403) --- stable/buildkite/Chart.yaml | 2 +- stable/buildkite/templates/deployment.yaml | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/stable/buildkite/Chart.yaml b/stable/buildkite/Chart.yaml index add76f504fdd..f14973c782c5 100644 --- a/stable/buildkite/Chart.yaml +++ b/stable/buildkite/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v1 description: Agent for Buildkite name: buildkite -version: 0.2.1 +version: 0.2.2 appVersion: 3.0 icon: https://github.com/buildkite/media/blob/master/marks/Buildkite%20-%20Mark%20-%20colour.png keywords: diff --git a/stable/buildkite/templates/deployment.yaml b/stable/buildkite/templates/deployment.yaml index e116793139a0..7c611ff14775 100644 --- a/stable/buildkite/templates/deployment.yaml +++ b/stable/buildkite/templates/deployment.yaml @@ -40,7 +40,9 @@ spec: key: agent-ssh {{- end }} # EXTRA BUILDKITE AGENT ENV VARS -{{- if .Values.extraEnv }}{{ toYaml .Values.extraEnv | indent 12 }}{{- end }} +{{- if .Values.extraEnv }} +{{ toYaml .Values.extraEnv | indent 12 }} +{{- end }} resources: {{ toYaml .Values.resources | indent 12 }} volumeMounts: