From f60e8d6b9a40a63b3c7f533a4b3e03974984c81d Mon Sep 17 00:00:00 2001 From: devops Date: Thu, 7 Nov 2024 13:56:34 +0000 Subject: [PATCH] Updating README.md via GithubActions (helm-docs) --- charts/dbp-moodle/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/charts/dbp-moodle/README.md b/charts/dbp-moodle/README.md index 609e8a2..c7b409d 100644 --- a/charts/dbp-moodle/README.md +++ b/charts/dbp-moodle/README.md @@ -238,6 +238,7 @@ The Chart can be deployed without any modification but it is advised to set own | moodle.ingress.annotations."nginx.ingress.kubernetes.io/proxy-connect-timeout" | string | `"30s"` | | | moodle.ingress.annotations."nginx.ingress.kubernetes.io/proxy-read-timeout" | string | `"20s"` | | | moodle.ingress.enabled | bool | `true` | | +| moodle.ingress.extraHosts | list | `[]` | Any additional hostnames, needs to be name: URL value pairs | | moodle.ingress.hostname | string | `"example.de"` | The hostname of the moodle application | | moodle.ingress.tls | bool | `true` | | | moodle.mariadb | object | `{"enabled":false}` | The mariadb included in bitnami/moodle chart. For this chart usage of mariadb.enabled with moodle.externalDatabase.type="mariadb" is recommended |