We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d4f7b0 commit 5116c55Copy full SHA for 5116c55
docker/mongodb-kubernetes-tests/tests/opsmanager/fixtures/remote_fixtures/nginx.yaml
@@ -117,6 +117,15 @@ spec:
117
volumeMounts:
118
- name: mongosh-versions
119
mountPath: /mongodb-ops-manager/mongodb-releases/compass
120
+ - name: setting-up-mongosh-2-5-3
121
+ image: curlimages/curl:latest
122
+ command:
123
+ - sh
124
+ - -c
125
+ - curl -LO https://downloads.mongodb.com/compass/mongosh-2.5.3-linux-x64-openssl11.tgz --output-dir /mongodb-ops-manager/mongodb-releases/compass && true
126
+ volumeMounts:
127
+ - name: mongosh-versions
128
+ mountPath: /mongodb-ops-manager/mongodb-releases/compass
129
130
restartPolicy: Always
131
securityContext: {}
0 commit comments