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