diff --git a/roles/openshift-apps/mirrormanager/templates/cron-mirrorlist-cache.yml b/roles/openshift-apps/mirrormanager/templates/cron-mirrorlist-cache.yml index bbfe4f3686..024048b0b7 100644 --- a/roles/openshift-apps/mirrormanager/templates/cron-mirrorlist-cache.yml +++ b/roles/openshift-apps/mirrormanager/templates/cron-mirrorlist-cache.yml @@ -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"