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