Skip to content

Commit 536ca22

Browse files
authored
Merge pull request #34934 from nalhadef/BZ1945837
BZ1945837: Revised second application example
2 parents d911ae3 + 123e996 commit 536ca22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/deployments-ab-testing-lb.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ $ oc new-app openshift/deployment-example --name=ab-example-a
3737
+
3838
[source,terminal]
3939
----
40-
$ oc new-app openshift/deployment-example --name=ab-example-b
40+
$ oc new-app openshift/deployment-example:v2 --name=ab-example-b
4141
----
4242
+
4343
Both applications are deployed and services are created.

0 commit comments

Comments
 (0)