From 1e4c618773bdea9ba35dc13d1663440a2e9c3ad0 Mon Sep 17 00:00:00 2001 From: Martyn Ranyard Date: Fri, 15 Dec 2023 16:06:45 +0100 Subject: [PATCH] wat is that Signed-off-by: Martyn Ranyard --- apps-helm/hyperion/templates/data.yaml | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 apps-helm/hyperion/templates/data.yaml diff --git a/apps-helm/hyperion/templates/data.yaml b/apps-helm/hyperion/templates/data.yaml deleted file mode 100644 index 595051d..0000000 --- a/apps-helm/hyperion/templates/data.yaml +++ /dev/null @@ -1,17 +0,0 @@ -apiVersion: v1 -kind: PersistentVolume -metadata: - name: {{ include "hyperion.fullname" . }}-data - labels: - {{- include "hyperion.labels" . | nindent 4 }} -spec: - accessModes: - - ReadWriteOnce - capacity: - storage: 100Mi - hostPath: - path: /home/hyperion - type: DirectoryOrCreate - persistentVolumeReclaimPolicy: Delete - storageClassName: local - volumeMode: Filesystem \ No newline at end of file