Skip to content

Commit

Permalink
fix: add newline in template labels
Browse files Browse the repository at this point in the history
  • Loading branch information
mmorini-dxc committed Jun 20, 2024
1 parent fad4a78 commit 8e18418
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/interop-eks-cronjob-chart/templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ app.kubernetes.io/version: {{ $imageTag }}
app.kubernetes.io/version: {{ $digestSuffix }}
{{ else if .Chart.AppVersion }}
app.kubernetes.io/version: {{ .Chart.AppVersion | quote }}
{{- end -}}
{{- end }}
app.kubernetes.io/managed-by: {{ .Release.Service }}
{{- end }}

Expand Down

0 comments on commit 8e18418

Please sign in to comment.