helm: add support for S3 storage (#15748)

This commit is contained in:
Alex Dunn
2021-02-19 00:52:32 -08:00
committed by GitHub
parent e31ed27485
commit fca4fd1daa
14 changed files with 55 additions and 4 deletions

View File

@ -1,4 +1,4 @@
---
{{- if (not .Values.mastodon.s3.enabled) }}
apiVersion: v1
kind: PersistentVolumeClaim
metadata:
@ -11,3 +11,4 @@ spec:
resources:
{{- toYaml .Values.mastodon.persistence.system.resources | nindent 4}}
storageClassName: {{ .Values.mastodon.persistence.system.storageClassName }}
{{- end }}