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.yaml16
1 files changed, 0 insertions, 16 deletions
diff --git a/chart/templates/pvc-assets.yaml b/chart/templates/pvc-assets.yaml
deleted file mode 100644
index 36d555898..000000000
--- a/chart/templates/pvc-assets.yaml
+++ /dev/null
@@ -1,16 +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 }}
-  {{- with .Values.mastodon.persistence.assets.resources }}
-  resources:
-    {{- toYaml . | nindent 4 }}
-  {{- end }}
-  storageClassName: {{ .Values.mastodon.persistence.assets.storageClassName }}
-{{- end }}