From 54b414e199bde19bff13543f46a1a03f168e86be Mon Sep 17 00:00:00 2001 From: rjshrjndrn Date: Thu, 16 Jun 2022 14:17:06 +0200 Subject: [PATCH] chore(helm): adding pvc to utilities Signed-off-by: rjshrjndrn --- .../helmcharts/openreplay/charts/utilities/values.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/scripts/helmcharts/openreplay/charts/utilities/values.yaml b/scripts/helmcharts/openreplay/charts/utilities/values.yaml index db3c3ea63..6dda897b4 100644 --- a/scripts/helmcharts/openreplay/charts/utilities/values.yaml +++ b/scripts/helmcharts/openreplay/charts/utilities/values.yaml @@ -102,3 +102,11 @@ nodeSelector: {} tolerations: [] affinity: {} + +pvc: + # This can be either persistentVolumeClaim or hostPath. + # In case of pvc, you'll have to provide the pvc name. + # For example + # name: openreplay-efs + name: hostPath + hostMountPath: /openreplay/storage/nfs