Replace user by user@example.com in Ghost (#1820)

This commit is contained in:
Carlos Rodríguez Hernández
2017-08-23 13:41:18 +01:00
committed by Adnan Abdulhussein
parent 7ac12723df
commit 81bc2ca3f3
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
name: ghost
version: 0.4.14
version: 0.4.15
appVersion: 0.11.10
description: A simple, powerful publishing platform that allows you to share your stories with the world
keywords:
+2 -2
View File
@@ -52,14 +52,14 @@ The following tables lists the configurable parameters of the Ghost chart and th
| `ghostHost` | Ghost host to create application URLs | `nil` |
| `ghostPort` | Ghost port to create application URLs along with host | `80` |
| `ghostLoadBalancerIP` | `loadBalancerIP` for the Ghost Service | `nil` |
| `ghostUsername` | User of the application | `user` |
| `ghostUsername` | User of the application | `user@example.com` |
| `ghostPassword` | Application password | Randomly generated |
| `ghostEmail` | Admin email | `user@example.com` |
| `ghostBlogTitle` | Ghost Blog name | `User's Blog` |
| `mariadb.mariadbRootPassword` | MariaDB admin password | `nil` |
| `serviceType` | Kubernetes Service type | `LoadBalancer` |
| `persistence.enabled` | Enable persistence using PVC | `true` |
| `persistence.storageClass` | PVC Storage Class for Ghost volume | `nil` (uses alpha storage annotation) |
| `persistence.storageClass` | PVC Storage Class for Ghost volume | `nil` (uses alpha storage annotation) |
| `persistence.accessMode` | PVC Access Mode for Ghost volume | `ReadWriteOnce` |
| `persistence.size` | PVC Storage Request for Ghost volume | `8Gi` |
| `resources` | CPU/Memory resource requests/limits | Memory: `512Mi`, CPU: `300m` |
+1 -1
View File
@@ -35,7 +35,7 @@ ghostPort: 80
## User of the application
## ref: https://github.com/bitnami/bitnami-docker-ghost#configuration
##
ghostUsername: user
ghostUsername: user@example.com
## Application password
## Defaults to a random 10-character alphanumeric string if not set