Skip to content

Commit

Permalink
fix labels
Browse files Browse the repository at this point in the history
  • Loading branch information
berekuk committed Nov 1, 2024
1 parent dffbd37 commit 0a93798
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions ops/chart/templates/jobs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,10 @@ spec:
schedule: {{ $job.schedule | required "schedule is required" }}
timeZone: Etc/UTC
jobTemplate:
labels:
app: {{ $.Release.Name }}
cronjob: {{ $jobname }}
metadata:
labels:
app: {{ $.Release.Name }}
cronjob: {{ $jobname }}
spec:
template:
spec:
Expand Down

0 comments on commit 0a93798

Please sign in to comment.