MM: fix invocation

Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
Aurélien Bompard 2024-02-25 12:37:54 +01:00
parent 3b5f64e5eb
commit e30c498df9
No known key found for this signature in database
GPG key ID: 31584CFEB9BF64AD

View file

@ -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"