From c672c24dd7c9dc93505bfcfb572d21e24bbe34e2 Mon Sep 17 00:00:00 2001 From: James Strachan Date: Fri, 16 Nov 2018 12:22:41 +0000 Subject: [PATCH] chore: fix typo --- charts/jx/templates/job.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/jx/templates/job.yaml b/charts/jx/templates/job.yaml index 6e83f8bdb3..ca3c303b93 100644 --- a/charts/jx/templates/job.yaml +++ b/charts/jx/templates/job.yaml @@ -8,7 +8,7 @@ metadata: chart: {{ template "jx.chart" . }} release: {{ .Release.Name }} heritage: {{ .Release.Service }} -{- if .Values.job.annotations }} +{{- if .Values.job.annotations }} annotations: {{ toYaml .Values.job.annotations | indent 4 }} {{- end }}