From 3144ccdb389ae47ad5d41305400aeb6a2905ab87 Mon Sep 17 00:00:00 2001 From: Lumpiasty Date: Sat, 21 Feb 2026 12:40:20 +0100 Subject: [PATCH] fix fsType on gitea postgres volume --- apps/gitea/postgres-volume.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/gitea/postgres-volume.yaml b/apps/gitea/postgres-volume.yaml index e107889..2d8bbfd 100644 --- a/apps/gitea/postgres-volume.yaml +++ b/apps/gitea/postgres-volume.yaml @@ -27,6 +27,7 @@ spec: volumeMode: Filesystem csi: driver: local.csi.openebs.io + fsType: btrfs volumeHandle: gitea-postgresql-cluster-lvmhdd-1 --- # PVCs are dynamically created by the Postgres operator