Skip to content

Commit

Permalink
chore: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jstrachan committed Nov 16, 2018
1 parent c61ca0e commit c672c24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/jx/templates/job.yaml
Expand Up @@ -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 }}
Expand Down

0 comments on commit c672c24

Please sign in to comment.