Skip to content

Commit 04d2d54

Browse files
authored
Merge pull request #85623 from MrSanketkumar/OCPBUGS-45211
2 parents a569b5f + 82c16ea commit 04d2d54

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

modules/getting-started-cli-connecting-a-database.adoc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,22 +21,22 @@ Once you mark the `national-parks-app` application as a backend for the map visu
2121
+
2222
[source,terminal]
2323
----
24-
$ oc new-app quay.io/centos7/mongodb-36-centos7 --name mongodb-nationalparks -e MONGODB_USER=mongodb -e MONGODB_PASSWORD=mongodb -e MONGODB_DATABASE=mongodb -e MONGODB_ADMIN_PASSWORD=mongodb -l 'app.kubernetes.io/part-of=national-parks-app,app.kubernetes.io/name=mongodb'
24+
$ oc new-app quay.io/centos7/mongodb-36-centos7:master --name mongodb-nationalparks -e MONGODB_USER=mongodb -e MONGODB_PASSWORD=mongodb -e MONGODB_DATABASE=mongodb -e MONGODB_ADMIN_PASSWORD=mongodb -l 'app.kubernetes.io/part-of=national-parks-app,app.kubernetes.io/name=mongodb'
2525
----
2626
+
2727
.Example output
2828
+
2929
[source,terminal]
3030
----
31-
--> Found container image dc18f52 (8 months old) from quay.io for "quay.io/centos7/mongodb-36-centos7"
31+
--> Found container image dc18f52 (3 years old) from quay.io for "quay.io/centos7/mongodb-36-centos7:master"
3232
33-
MongoDB 3.6
34-
-----------
33+
MongoDB 3.6
34+
-----------
3535
MongoDB (from humongous) is a free and open-source cross-platform document-oriented database program. Classified as a NoSQL database program, MongoDB uses JSON-like documents with schemas. This container image contains programs to run mongod server.
3636
3737
Tags: database, mongodb, rh-mongodb36
3838
39-
* An image stream tag will be created as "mongodb-nationalparks:latest" that will track this image
39+
* An image stream tag will be created as "mongodb-nationalparks:master" that will track this image
4040
4141
--> Creating resources with label app.kubernetes.io/name=mongodb,app.kubernetes.io/part-of=national-parks-app ...
4242
imagestream.image.openshift.io "mongodb-nationalparks" created

0 commit comments

Comments
 (0)