Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions workshop/content/nationalparks-dotnet-databases.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,14 @@ be deployed with a single command. Not only that, they can be loaded into
OpenShift from an external URL, which will allow you to keep your templates in a
version control system.

== Exercise: Create the MongoDB ImageStream on the cluster

In this step we will create a ImageStream object, which is a reference to the container image of the database.

[source,bash,role=execute-1]
----
oc create -f https://raw.githubusercontent.com/renatoppuccini/getting-started/main/mongoldb-imagestream.yaml
----

== Exercise: Instantiate a MongoDB Template

Expand Down
8 changes: 8 additions & 0 deletions workshop/content/nationalparks-java-databases.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,14 @@ be deployed with a single command. Not only that, they can be loaded into
OpenShift from an external URL, which will allow you to keep your templates in a
version control system.

== Exercise: Create the MongoDB ImageStream on the cluster

In this step we will create a ImageStream object, which is a reference to the container image of the database.

[source,bash,role=execute-1]
----
oc create -f https://raw.githubusercontent.com/renatoppuccini/getting-started/main/mongoldb-imagestream.yaml
----

== Exercise: Instantiate a MongoDB Template

Expand Down
8 changes: 8 additions & 0 deletions workshop/content/nationalparks-python-databases.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,14 @@ be deployed with a single command. Not only that, they can be loaded into
OpenShift from an external URL, which will allow you to keep your templates in a
version control system.

== Exercise: Create the MongoDB ImageStream on the cluster

In this step we will create a ImageStream object, which is a reference to the container image of the database.

[source,bash,role=execute-1]
----
oc create -f https://raw.githubusercontent.com/renatoppuccini/getting-started/main/mongoldb-imagestream.yaml
----

== Exercise: Instantiate a MongoDB Template

Expand Down