From b8b36a93f244eea3e70c0b133255e29e6996d9f0 Mon Sep 17 00:00:00 2001 From: Adheip Singh Date: Wed, 24 Aug 2022 23:07:20 +0530 Subject: [PATCH] fix mount paths --- helm/parseable/templates/deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm/parseable/templates/deployment.yaml b/helm/parseable/templates/deployment.yaml index c45922e4a..32eb765bc 100644 --- a/helm/parseable/templates/deployment.yaml +++ b/helm/parseable/templates/deployment.yaml @@ -41,7 +41,7 @@ spec: resources: {{- toYaml .Values.parseable.resources | nindent 12 }} volumeMounts: - - mountPath: "/parseable/cache" + - mountPath: "/parseable" name: cache-volume volumes: - name: cache-volume