From c8ab19418931161ab5654d42e7ba4889f3f56ecf Mon Sep 17 00:00:00 2001 From: Trifon Date: Sun, 4 Dec 2016 23:16:02 +0200 Subject: [PATCH] Fixed typo mistake in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 06b0e262..2f10b25d 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ the following: ##Common Image Repositories The `jboss-image-streams.json` file contains __ImageStream__ definitions for all JBoss Middleware products. This will need to be -installed in the common `openshift` namespace (`oc create -f jboss-images-streams.json -n openshift`) before using any of the templates in these folders. You will also need to install (into the `openshift` namespace) the database image streams supplied by OpenShift to use any of the templates that integrate with MySQL, PostgreSQL or MongoDB. +installed in the common `openshift` namespace (`oc create -f jboss-image-streams.json -n openshift`) before using any of the templates in these folders. You will also need to install (into the `openshift` namespace) the database image streams supplied by OpenShift to use any of the templates that integrate with MySQL, PostgreSQL or MongoDB. ##HTTPS configuration The majority of templates contain configuration that requires the creation of resources within your project to support HTTPS, specifically a service account and a secret that can be included into the pod as a volume. The secrets directory contains a number of examples that can be installed into your project to allow you to test the A-MQ, EAP and JWS templates, you should replace the contents of these with data that is more appropriate for your deployments.