about summary refs log tree commit diff
path: root/chart/templates/pvc-assets.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'chart/templates/pvc-assets.yaml')
-rw-r--r--chart/templates/pvc-assets.yaml14
1 files changed, 0 insertions, 14 deletions
diff --git a/chart/templates/pvc-assets.yaml b/chart/templates/pvc-assets.yaml
deleted file mode 100644
index 58b2179df..000000000
--- a/chart/templates/pvc-assets.yaml
+++ /dev/null
@@ -1,14 +0,0 @@
-{{- if (not .Values.mastodon.s3.enabled) }}
-apiVersion: v1
-kind: PersistentVolumeClaim
-metadata:
-  name: {{ template "mastodon.fullname" . }}-assets
-  labels:
-    {{- include "mastodon.labels" . | nindent 4 }}
-spec:
-  accessModes:
-    - {{ .Values.mastodon.persistence.system.accessMode }}
-  resources:
-    {{- toYaml .Values.mastodon.persistence.assets.resources | nindent 4}}
-  storageClassName: {{ .Values.mastodon.persistence.assets.storageClassName }}
-{{- end }}