Mirrormanager: fix move-to-archive job template
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
parent
7c5d602f6c
commit
11a4e2fb68
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
|||
apiVersion: batch/v1
|
||||
kind: Job
|
||||
metadata:
|
||||
name: {{ job_name }}
|
||||
name: move-to-archive-{{ product|lower|replace(" ", "-") }}-{{ version|lower|replace(" ", "-") }}
|
||||
spec:
|
||||
parallelism: 1
|
||||
completions: 1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue