Skip to content

Commit fa79892

Browse files
authored
k8s: helm fix mount paths (#60)
fix mount paths
1 parent 2cf070c commit fa79892

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

helm/parseable/templates/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ spec:
4141
resources:
4242
{{- toYaml .Values.parseable.resources | nindent 12 }}
4343
volumeMounts:
44-
- mountPath: "/parseable/cache"
44+
- mountPath: "/parseable"
4545
name: cache-volume
4646
volumes:
4747
- name: cache-volume

0 commit comments

Comments
 (0)