From 9d0f6daad0dcc0c8ee1c01f1d1aafa3a99f4a421 Mon Sep 17 00:00:00 2001 From: Philip Gaber Date: Wed, 8 Jan 2025 14:52:58 +0100 Subject: [PATCH] docs: Fixed typos and incompatible characters in table --- docs/data-storage.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/data-storage.md b/docs/data-storage.md index 73f19bc6..b74c5d3c 100644 --- a/docs/data-storage.md +++ b/docs/data-storage.md @@ -95,8 +95,8 @@ XWiki,PersistentVolume,1 | **OpenProject** | PostgreSQL | Yes | Application's main database | `openproject` | | | | S3 | Yes | Attachments, custom styles | `openproject` | | | | Memcached | No | Cache | | | -| | PVC | No | PVC backed `emptyDir` as K8s cannot set the sticky bit on standard emptyDirs | `openproject--*-tmp` | `/tmp` | -| | | No | PVC backed `emptyDir` as K8s cannot set the sticky bit on standard emptyDirs | `openproject--app-*-tmp` | `/app/tmp` | +| | PVC | No | PVC backed `emptyDir` as K8s cannot set the sticky bit on standard emptyDirs | `openproject--*-tmp` | `/tmp` | +| | | No | PVC backed `emptyDir` as K8s cannot set the sticky bit on standard emptyDirs | `openproject--app-*-tmp` | `/app/tmp` | | **Open-Xchange** | MariaDB | Yes | Application's control database to coordiate dynamically created ones | `configdb` | | | | | Yes | Dynamically creates databases of schema `PRIMARYDB_n`containing multiple contexts | `PRIMARYDB_*` | | | | | Yes | OX Guard related settings | `oxguard*` | | @@ -113,5 +113,5 @@ Additionally, the following persistent volumes are mounted by pods that serve as | ---------- | ---------------- | ------------ | --------------------------- | --------------------- | | MariaDB | `mariadb-*` | `data` | `data-mariadb-0` | `/var/lib/mysql` | | MinIO | `minio-*-*` | `data` | `minio` | `/bitnami/minio/data` | -| PostgreSQK | `postgresql-*` | `data` | `data-postgresql-0` | `/mnt/postgresql` | +| PostgreSQL | `postgresql-*` | `data` | `data-postgresql-0` | `/mnt/postgresql` | | Redis | `redis-master-*` | `redis-data` | `redis-data-redis-master-0` | `/data` |