MM: fix invocation
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
parent
3b5f64e5eb
commit
e30c498df9
1 changed files with 2 additions and 2 deletions
|
@ -66,7 +66,7 @@ spec:
|
|||
containers:
|
||||
- name: mirrormanager
|
||||
image: image-registry.openshift-image-registry.svc:5000/mirrormanager/mirrormanager2:latest
|
||||
command: ["mm2_get-netblocks", "global", "-o", "/data/global_netblocks.txt"]
|
||||
command: ["mm2_get-netblocks", "global", "/data/global_netblocks.txt"]
|
||||
volumeMounts:
|
||||
- name: config
|
||||
mountPath: "/etc/mirrormanager"
|
||||
|
@ -105,7 +105,7 @@ spec:
|
|||
containers:
|
||||
- name: mirrormanager
|
||||
image: image-registry.openshift-image-registry.svc:5000/mirrormanager/mirrormanager2:latest
|
||||
command: ["mm2_get-netblocks", "internet2", "-o", "/data/i2_netblocks.txt"]
|
||||
command: ["mm2_get-netblocks", "internet2", "/data/i2_netblocks.txt"]
|
||||
volumeMounts:
|
||||
- name: config
|
||||
mountPath: "/etc/mirrormanager"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue