From 9487406fc3768acd313b0dcfce5b50f7d5f495e1 Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Fri, 13 Jul 2018 02:34:55 +0300 Subject: [PATCH] Fix typos. --- {wekan-openshift => openshift}/README.md | 4 ++-- {wekan-openshift => openshift}/wekan.yml | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) rename {wekan-openshift => openshift}/README.md (85%) rename {wekan-openshift => openshift}/wekan.yml (97%) diff --git a/wekan-openshift/README.md b/openshift/README.md similarity index 85% rename from wekan-openshift/README.md rename to openshift/README.md index 4be970485..a97657f38 100644 --- a/wekan-openshift/README.md +++ b/openshift/README.md @@ -1,6 +1,6 @@ -# WeKan on OpenShift +# Wekan on OpenShift -Openshift Template for WeKan backed by MongoDB +OpenShift Template for Wekan backed by MongoDB #### Create Template ```sh diff --git a/wekan-openshift/wekan.yml b/openshift/wekan.yml similarity index 97% rename from wekan-openshift/wekan.yml rename to openshift/wekan.yml index 34a672710..dd23f6ea4 100644 --- a/wekan-openshift/wekan.yml +++ b/openshift/wekan.yml @@ -8,13 +8,13 @@ message: |- metadata: annotations: description: |- - This template provides a WeKan instance backed by a standalone MongoDB + This template provides a Wekan instance backed by a standalone MongoDB server. The database is stored on persistent storage. iconClass: pficon-trend-up - openshift.io/display-name: WEKAN backed by MongoDB + openshift.io/display-name: Wekan backed by MongoDB openshift.io/documentation-url: https://wekan.github.io/ - openshift.io/long-description: This template provides a WeKan platphorm - with a MongoDB database created. The database is stored on persistent storage. The + openshift.io/long-description: This template provides a Wekan platform + with a MongoDB database created. The database is stored on persistent storage. The database name, username, and password are chosen via parameters when provisioning this service. tags: wekan,kanban,mongodb