[stable/bookstack] Fix mariadb values in README (#18385)

Signed-off-by: Brad Lugo <brad@bradlugo.com>
This commit is contained in:
Brad Lugo
2019-10-28 02:15:26 -07:00
committed by Kubernetes Prow Robot
parent ce517aaaf6
commit 3d0d66f605
2 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ apiVersion: v1
appVersion: 0.27.4-1
description: BookStack is a simple, self-hosted, easy-to-use platform for organising and storing information.
name: bookstack
version: 1.1.1
version: 1.1.2
home: https://www.bookstackapp.com/
icon: https://github.com/BookStackApp/website/blob/master/static/images/logo.png
sources:
+4 -4
View File
@@ -61,10 +61,10 @@ The following table lists the configurable parameters of the Redmine chart and t
| `mariadb.db.user` | Database user to create | `bookstack` |
| `mariadb.db.password` | Password for the database | `nil` |
| `mariadb.rootUser.password` | MariaDB admin password | `nil` |
| `mariadb.persistence.enabled` | Enable MariaDB persistence using PVC | `true` |
| `mariadb.persistence.storageClass` | PVC Storage Class for MariaDB volume | `nil` (uses alpha storage class annotation) |
| `mariadb.persistence.accessMode` | PVC Access Mode for MariaDB volume | `ReadWriteOnce` |
| `mariadb.persistence.size` | PVC Storage Request for MariaDB volume | `8Gi` |
| `mariadb.master.persistence.enabled` | Enable MariaDB persistence using PVC | `true` |
| `mariadb.master.persistence.storageClass` | PVC Storage Class for MariaDB volume | `nil` (uses alpha storage class annotation) |
| `mariadb.master.persistence.accessMode` | PVC Access Mode for MariaDB volume | `ReadWriteOnce` |
| `mariadb.master.persistence.size` | PVC Storage Request for MariaDB volume | `8Gi` |
| `service.type` | Desired service type | `ClusterIP` |
| `service.port` | Service exposed port | `80` |
| `podSecurityPolicy.enabled` | Create & use Pod Security Policy resources | `false` |