From 2612e8be11e21318385ad58aa0524814cedee1d7 Mon Sep 17 00:00:00 2001 From: Philip Haupt <“der.mad.mob@gmail.com”> Date: Tue, 2 Sep 2025 11:33:03 +0200 Subject: [PATCH] remove old pvc vault --- vaultwarden/kustomization.yaml | 1 - vaultwarden/pvc.yaml | 13 ------------- 2 files changed, 14 deletions(-) delete mode 100644 vaultwarden/pvc.yaml diff --git a/vaultwarden/kustomization.yaml b/vaultwarden/kustomization.yaml index 5ec52c7..6e2178b 100644 --- a/vaultwarden/kustomization.yaml +++ b/vaultwarden/kustomization.yaml @@ -4,4 +4,3 @@ kind: Kustomization resources: - main.yaml - - pvc.yaml \ No newline at end of file diff --git a/vaultwarden/pvc.yaml b/vaultwarden/pvc.yaml deleted file mode 100644 index 11f3341..0000000 --- a/vaultwarden/pvc.yaml +++ /dev/null @@ -1,13 +0,0 @@ ---- -apiVersion: v1 -kind: PersistentVolumeClaim -metadata: - name: vaultwarden-data-pvc - namespace: vaultwarden -spec: - storageClassName: openebs-3-replicas - accessModes: - - ReadWriteOnce - resources: - requests: - storage: 1Gi \ No newline at end of file