mirror of
https://github.com/bitnami/charts.git
synced 2026-03-08 08:47:24 +08:00
Synchronize upstreamed folder to 333bdfb
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
name: ghost
|
||||
version: 4.0.12
|
||||
version: 4.0.13
|
||||
appVersion: 1.25.3
|
||||
description: A simple, powerful publishing platform that allows you to share your
|
||||
stories with the world
|
||||
|
||||
@@ -62,6 +62,7 @@ The following table lists the configurable parameters of the Ghost chart and the
|
||||
| `ghostBlogTitle` | Ghost Blog name | `User's Blog` |
|
||||
| `allowEmptyPassword` | Allow DB blank passwords | `yes` |
|
||||
| `externalDatabase.host` | Host of the external database | `nil` |
|
||||
| `externalDatabase.port` | Port of the external database | `nil` |
|
||||
| `externalDatabase.user` | Existing username in the external db | `bn_ghost` |
|
||||
| `externalDatabase.password` | Password for the above username | `nil` |
|
||||
| `externalDatabase.database` | Name of the existing database | `bitnami_ghost` |
|
||||
|
||||
@@ -48,8 +48,10 @@ spec:
|
||||
{{- else }}
|
||||
value: {{ .Values.externalDatabase.host | quote }}
|
||||
{{- end }}
|
||||
{{- if and (not .Values.mariadb.enabled) .Values.externalDatabase.port }}
|
||||
- name: MARIADB_PORT_NUMBER
|
||||
value: "3306"
|
||||
value: {{ .Values.externalDatabase.port | quote }}
|
||||
{{- end }}
|
||||
- name: GHOST_DATABASE_NAME
|
||||
{{- if .Values.mariadb.enabled }}
|
||||
value: {{ .Values.mariadb.db.name | quote }}
|
||||
|
||||
@@ -82,6 +82,9 @@ externalDatabase:
|
||||
## Database host
|
||||
# host:
|
||||
|
||||
## Database port
|
||||
# port:
|
||||
|
||||
## Database user
|
||||
# user: bn_ghost
|
||||
|
||||
|
||||
Reference in New Issue
Block a user