Skip to content
This repository has been archived by the owner on Oct 12, 2021. It is now read-only.

Commit

Permalink
fix labels from cronjobs
Browse files Browse the repository at this point in the history
  • Loading branch information
ebreton committed Dec 7, 2017
1 parent 765f303 commit 1fe6776
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions etc/jobs/backup-many-full.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ spec:
jobTemplate:
metadata:
creationTimestamp: null
labels:
parent: backup-many-full
successfulJobsHistoryLimit: 3
spec:
template:
Expand Down
2 changes: 1 addition & 1 deletion etc/jobs/backup-many-inc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ spec:
metadata:
creationTimestamp: null
labels:
parent: backup-many-full
parent: backup-many-inc
successfulJobsHistoryLimit: 3
spec:
template:
Expand Down

0 comments on commit 1fe6776

Please sign in to comment.