helm: add support for S3 storage (#15748)
This commit is contained in:
@ -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 }}
|
||||
|
Reference in New Issue
Block a user