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