summaryrefslogtreecommitdiff
path: root/apps/heimdall/pvc.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'apps/heimdall/pvc.yaml')
-rw-r--r--apps/heimdall/pvc.yaml12
1 files changed, 0 insertions, 12 deletions
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