Skip to content

Commit

Permalink
Add spaces to streams-app-cleanup-job chart
Browse files Browse the repository at this point in the history
  • Loading branch information
vostres committed May 13, 2024
1 parent 95932fb commit d2eb12d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/streams-app-cleanup-job/templates/job.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ apiVersion: batch/v1
kind: Job
metadata:
name: {{ template "streams-app-cleanup-job.fullname" . }}
{{ - if .Values.annotations }}
{{ - if .Values.annotations }}
annotations:
{{ - range $key, $value := .Values.annotations }}
{{ $key | quote }}: {{ $value | quote }}
{{ - end }}
{{ - end }}
{{ - end }}
labels:
app: {{ template "streams-app-cleanup-job.name" . }}
chart: {{ template "streams-app-cleanup-job.chart" . }}
Expand Down

0 comments on commit d2eb12d

Please sign in to comment.