diff --git a/charts/core/templates/pvc.yaml b/charts/core/templates/pvc.yaml index ce388e9..1b90c25 100644 --- a/charts/core/templates/pvc.yaml +++ b/charts/core/templates/pvc.yaml @@ -7,7 +7,7 @@ metadata: {{- include "dhis2-core-helm.labels" . | nindent 4 }} spec: accessModes: - - ReadWriteOnce + - ReadWriteMany resources: requests: storage: {{ .Values.storage.volumeSize }}