Mirrormanager: fix move-to-archive job template
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
parent
11a4e2fb68
commit
89a7b32244
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
{% from "_macros.yml" import common_volume_mounts, common_volumes, common_env, security_context with context %}
|
||||
# Manual command
|
||||
# Manual command: move-to-archive
|
||||
---
|
||||
apiVersion: batch/v1
|
||||
kind: Job
|
||||
|
@ -17,7 +17,7 @@ spec:
|
|||
- name: mirrormanager
|
||||
image: image-registry.openshift-image-registry.svc:5000/mirrormanager/mirrormanager2:latest
|
||||
command:
|
||||
- "/opt/app-root/bin/mm2_move-to-archive
|
||||
- "/opt/app-root/bin/mm2_move-to-archive"
|
||||
- "--product"
|
||||
- "{{ product }}"
|
||||
- "--version"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue