3
0
mirror of https://github.com/mastodon/chart synced 2024-10-22 19:02:44 +00:00

fix accessModes misreference in pcv-assets (#112)

This commit is contained in:
YDKK 2024-01-11 21:01:40 +09:00 committed by GitHub
parent 0072b14a6a
commit da64454fc3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,7 +7,7 @@ metadata:
{{- include "mastodon.labels" . | nindent 4 }} {{- include "mastodon.labels" . | nindent 4 }}
spec: spec:
accessModes: accessModes:
- {{ .Values.mastodon.persistence.system.accessMode }} - {{ .Values.mastodon.persistence.assets.accessMode }}
{{- with .Values.mastodon.persistence.assets.resources }} {{- with .Values.mastodon.persistence.assets.resources }}
resources: resources:
{{- toYaml . | nindent 4 }} {{- toYaml . | nindent 4 }}