mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[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 fe3bc14a3e.
* Update README.md
Another typo (replace tables by table)
This commit is contained in:
committed by
k8s-ci-robot
parent
8fff8acf91
commit
c5713fd34b
@@ -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
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user