diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2017-11-09 13:58:30 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-11-09 13:58:30 -0800 |
commit | 34dfb0d9f72f5d1cfbe408eecf45970ad02f5dd3 (patch) | |
tree | 109be125311a1eeb795a6033af9d467211899183 | |
parent | c1045e5e433c0b6469040235e7bd151a9e767f9f (diff) | |
parent | 1c75443c6f3b756679ed44ca5330f81996716053 (diff) | |
download | openshift-34dfb0d9f72f5d1cfbe408eecf45970ad02f5dd3.tar.gz openshift-34dfb0d9f72f5d1cfbe408eecf45970ad02f5dd3.tar.bz2 openshift-34dfb0d9f72f5d1cfbe408eecf45970ad02f5dd3.tar.xz openshift-34dfb0d9f72f5d1cfbe408eecf45970ad02f5dd3.zip |
Merge pull request #5997 from mcanevet/patch-1
Automatic merge from submit-queue.
Fix contenerized documentation?
-rw-r--r-- | README_CONTAINERIZED_INSTALLATION.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README_CONTAINERIZED_INSTALLATION.md b/README_CONTAINERIZED_INSTALLATION.md index 8eaa69deb..395d5c49a 100644 --- a/README_CONTAINERIZED_INSTALLATION.md +++ b/README_CONTAINERIZED_INSTALLATION.md @@ -16,7 +16,7 @@ Currently the default installation method for traditional operating systems is via RPMs. If you wish to deploy using containerized installation you may set the ansible variable 'containerized=true' on a per host basis. This means that you may easily deploy environments mixing containerized and RPM based installs. At -this point we suggest deploying heterogeneous environments. +this point we don't suggest deploying heterogeneous environments. ## CLI Wrappers |