Skip to content

Commit

Permalink
Delete spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
vostres committed May 13, 2024
1 parent d2eb12d commit 327f824
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 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 }}
{{- range $key, $value := .Values.annotations }}
{{ $key | quote }}: {{ $value | quote }}
{{ - end }}
{{ - end }}
{{- end }}
{{- end }}
labels:
app: {{ template "streams-app-cleanup-job.name" . }}
chart: {{ template "streams-app-cleanup-job.chart" . }}
Expand Down

0 comments on commit 327f824

Please sign in to comment.