From c5713fd34b8ce4dcca659592e6df63846db7ee64 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20Rodr=C3=ADguez=20Hern=C3=A1ndez?= Date: Tue, 20 Mar 2018 05:07:00 +0100 Subject: [PATCH] [stable/moodle] Fix some typos (#4224) * [stable/ghost] Fix some typos * [stable/moodle] Fix some typos * Revert "[stable/ghost] Fix some typos" This reverts commit fe3bc14a3ec611dc4f455a936128b2c771579c40. * Update README.md Another typo (replace tables by table) --- stable/moodle/Chart.yaml | 2 +- stable/moodle/README.md | 13 ++++++++----- 2 files changed, 9 insertions(+), 6 deletions(-) diff --git a/stable/moodle/Chart.yaml b/stable/moodle/Chart.yaml index cee1462821..c147459087 100644 --- a/stable/moodle/Chart.yaml +++ b/stable/moodle/Chart.yaml @@ -1,5 +1,5 @@ name: moodle -version: 0.5.0 +version: 0.5.1 appVersion: 3.4.1 description: Moodle is a learning platform designed to provide educators, administrators and learners with a single robust, secure and integrated system to create personalised diff --git a/stable/moodle/README.md b/stable/moodle/README.md index 2a524cca43..575204c9e8 100644 --- a/stable/moodle/README.md +++ b/stable/moodle/README.md @@ -1,6 +1,6 @@ # Moodle -[Moodle](https://www.moodle.org) is a learning platform designed to provide educators, administrators and learners with a single robust, secure and integrated system to create personalised learning environments +[Moodle](https://www.moodle.org) is a learning platform designed to provide educators, administrators and learners with a single robust, secure and integrated system to create personalized learning environments ## TL;DR; @@ -43,7 +43,7 @@ The command removes all the Kubernetes components associated with the chart and ## Configuration -The following tables lists the configurable parameters of the Moodle chart and their default values. +The following table lists the configurable parameters of the Moodle chart and their default values. | Parameter | Description | Default | |-------------------------------------|-----------------------------------------|---------------------------------------------| @@ -98,7 +98,7 @@ $ helm install --name my-release \ stable/moodle ``` -The above command sets the Moodle administrator account username and password to `admin` and `password` respectively. Additionally it sets the MariaDB `root` user password to `secretpassword`. +The above command sets the Moodle administrator account username and password to `admin` and `password` respectively. Additionally, it sets the MariaDB `root` user password to `secretpassword`. Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. For example, @@ -109,7 +109,9 @@ $ helm install --name my-release -f values.yaml stable/moodle > **Tip**: You can use the default [values.yaml](values.yaml) ### Ingress without TLS -For using ingress (example without tls): + +For using ingress (example without TLS): + ```console $ helm install --name my-release \ --set ingress.enabled=True,ingress.hosts[0]=moodle.domain.com,serviceType=ClusterIP,moodleUsername=admin,moodlePassword=password,mariadb.mariadbRootPassword=secretpassword stable/moodle @@ -119,6 +121,7 @@ These are the *3 mandatory parameters* when *Ingress* is desired: `ingress.enabled=True,ingress.hosts[0]=moodle.domain.com,serviceType=ClusterIP` ### Ingress TLS + If your cluster allows automatic creation/retrieval of TLS certificates (e.g. [kube-lego](https://github.com/jetstack/kube-lego)), please refer to the documentation for that mechanism. To manually configure TLS, first create/retrieve a key & certificate pair for the address(es) you wish to protect. Then create a TLS secret in the namespace: @@ -162,4 +165,4 @@ The [Bitnami Moodle](https://github.com/bitnami/bitnami-docker-moodle) image sto Persistent Volume Claims are used to keep the data across deployments. This is known to work in GCE, AWS, vpshere, and minikube. See the [Configuration](#configuration) section to configure the PVC or to disable persistence. -You may want to review the [PV reclaim policy](https://kubernetes.io/docs/tasks/administer-cluster/change-pv-reclaim-policy/), and update as required. By default it's set to delete, and when moodle is uninstalled, data is also removed. +You may want to review the [PV reclaim policy](https://kubernetes.io/docs/tasks/administer-cluster/change-pv-reclaim-policy/) and update as required. By default, it's set to delete, and when Moodle is uninstalled, data is also removed.