Skip to content

Commit

Permalink
fix accessModes misreference in pcv-assets (#112)
Browse files Browse the repository at this point in the history
  • Loading branch information
YDKK authored Jan 11, 2024
1 parent 0072b14 commit da64454
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/pvc-assets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ metadata:
{{- include "mastodon.labels" . | nindent 4 }}
spec:
accessModes:
- {{ .Values.mastodon.persistence.system.accessMode }}
- {{ .Values.mastodon.persistence.assets.accessMode }}
{{- with .Values.mastodon.persistence.assets.resources }}
resources:
{{- toYaml . | nindent 4 }}
Expand Down

0 comments on commit da64454

Please sign in to comment.