mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[stable/bookstack] Fix mariadb values in README (#18385)
Signed-off-by: Brad Lugo <brad@bradlugo.com>
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
ce517aaaf6
commit
3d0d66f605
@@ -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:
|
||||
|
||||
@@ -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` |
|
||||
|
||||
Reference in New Issue
Block a user