Commit released Helm Chart and docs for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot
2021-12-19 23:48:50 +00:00
parent 4d67abc47d
commit c815c49fc5
527 changed files with 5688 additions and 1061 deletions
+1 -1
View File
@@ -11,12 +11,12 @@ You will, however, be able to use all values referenced in the common chart here
| Key | Type | Default | Description |
|-----|------|---------|-------------|
| env.DATABASE_USER | string | `"{{ .Values.postgresql.postgresqlUsername }}"` | |
| env.DOCS_BASE_URL | string | `""` | The base url used by the application |
| env.DOCS_DEFAULT_LANGUAGE | string | `"eng"` | The language which will be used as default |
| env.DOCS_SMTP_HOSTNAME | string | `""` | Hostname of the SMTP-Server to be used by Teedy |
| env.DOCS_SMTP_PORT | int | `0` | The port of the SMTP-Server which should be used |
| env.TZ | string | `"UTC"` | Set the container timezone |
| envTpl.DATABASE_USER | string | `"{{ .Values.postgresql.postgresqlUsername }}"` | |
| envValueFrom.DATABASE_PASSWORD.secretKeyRef.key | string | `"postgresql-password"` | |
| envValueFrom.DATABASE_PASSWORD.secretKeyRef.name | string | `"dbcreds"` | |
| envValueFrom.DATABASE_URL.secretKeyRef.key | string | `"jdbc"` | |