From 974d4457148e9a9ff3a0231eece663d04faaf16d Mon Sep 17 00:00:00 2001 From: R-man3000 Date: Sat, 30 May 2026 21:27:30 +0300 Subject: Restructurig, start creating heimdall helm chart --- apps/heimdall/pvc.yaml | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 apps/heimdall/pvc.yaml (limited to 'apps/heimdall/pvc.yaml') diff --git a/apps/heimdall/pvc.yaml b/apps/heimdall/pvc.yaml deleted file mode 100644 index 4bb3b60..0000000 --- a/apps/heimdall/pvc.yaml +++ /dev/null @@ -1,12 +0,0 @@ -apiVersion: v1 -kind: PersistentVolumeClaim -metadata: - name: heimdall-pvc - namespace: heimdall -spec: - accessModes: - - ReadWriteOnce - storageClassName: local-path # k3d's built-in provisioner - resources: - requests: - storage: 1Gi -- cgit v1.2.3