From e6d25e094fc3d0d0cbffe3e0fdb879bf12906e56 Mon Sep 17 00:00:00 2001 From: rjshrjndrn Date: Fri, 27 Jan 2023 16:06:57 +0100 Subject: [PATCH] fix(helm): Mount proper folder for chown Signed-off-by: rjshrjndrn --- scripts/helmcharts/openreplay/templates/job.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/helmcharts/openreplay/templates/job.yaml b/scripts/helmcharts/openreplay/templates/job.yaml index 4f54e7ae8..e3fe08517 100644 --- a/scripts/helmcharts/openreplay/templates/job.yaml +++ b/scripts/helmcharts/openreplay/templates/job.yaml @@ -279,7 +279,7 @@ spec: - name: datadir hostPath: # Ensure the file directory is created. - path: /mnt/efs + path: /openreplay/storage/nfs type: DirectoryOrCreate {{- else }} - name: datadir