command:
- "/bin/sh"
args:
- -c"
- "for file in ls /tmp/mongodb*.gz; do mongorestore --uri=mongodb://mongodb:27017 --gzip --archive=$file; done"
так ?
https://github.com/openshift/release/blob/master/ci-operator/templates/openshift/installer/cluster-launch-installer-e2e.yaml#L300-L304
Обсуждают сегодня