From d2bbccd7f5d2be6ed2052625015510ac0793287f Mon Sep 17 00:00:00 2001 From: Saturn-V Date: Wed, 18 Oct 2023 18:37:43 -0700 Subject: [PATCH] update access mode for pvc --- helm/service/templates/pvc.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/helm/service/templates/pvc.yaml b/helm/service/templates/pvc.yaml index eb9b29d..f9da581 100644 --- a/helm/service/templates/pvc.yaml +++ b/helm/service/templates/pvc.yaml @@ -4,4 +4,6 @@ metadata: name: {{ .Values.adapter.name }} spec: storageClassName: "" # Empty string must be explicitly set otherwise default StorageClass will be set - volumeName: {{ .Values.adapter.name }} \ No newline at end of file + volumeName: {{ .Values.adapter.name }} + accessModes: + - ReadWriteMany \ No newline at end of file