From 5524b24dcbf7594e4cbec98a8c24914a747613e9 Mon Sep 17 00:00:00 2001 From: Felix Wolf Date: Sat, 4 Apr 2026 18:57:41 +0200 Subject: [PATCH] fix: use localpath for nextclouds own pvc --- prototypes/nextcloud/helm/nextcloud.yaml | 2 +- .../nextcloud/persistentvolumeclaim-nextcloud-nextcloud.yaml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/prototypes/nextcloud/helm/nextcloud.yaml b/prototypes/nextcloud/helm/nextcloud.yaml index 1b6f7a9..b7c0ae0 100644 --- a/prototypes/nextcloud/helm/nextcloud.yaml +++ b/prototypes/nextcloud/helm/nextcloud.yaml @@ -161,7 +161,7 @@ cronjob: persistence: enabled: true size: 2Gi - storageClassName: local-path + storageClass: local-path annotations: helm.sh/resource-policy: keep diff --git a/rendered/envs/production/nextcloud/persistentvolumeclaim-nextcloud-nextcloud.yaml b/rendered/envs/production/nextcloud/persistentvolumeclaim-nextcloud-nextcloud.yaml index 2518abc..f8edf43 100644 --- a/rendered/envs/production/nextcloud/persistentvolumeclaim-nextcloud-nextcloud.yaml +++ b/rendered/envs/production/nextcloud/persistentvolumeclaim-nextcloud-nextcloud.yaml @@ -19,3 +19,4 @@ spec: resources: requests: storage: 2Gi + storageClassName: local-path