From 93461cbf846f736e990ccea9d44e5189a33ae68b Mon Sep 17 00:00:00 2001 From: Marco van Zijl Date: Tue, 11 Nov 2025 21:00:54 +0100 Subject: [PATCH] Fix: Update storageClass in authentik configuration from ceph-block to local-path --- apps/authentik/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/authentik/values.yaml b/apps/authentik/values.yaml index e62a6af..7fc07cb 100644 --- a/apps/authentik/values.yaml +++ b/apps/authentik/values.yaml @@ -80,7 +80,7 @@ authentik: database: authentik owner: authentik storage: - storageClass: ceph-block + storageClass: local-path size: 10Gi resources: requests: