Skip to content

Commit

Permalink
Fix: no need for /mnt
Browse files Browse the repository at this point in the history
  • Loading branch information
simar0at committed May 13, 2024
1 parent 10d1903 commit f339dce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chart/templates/deployment-imageserver-rev-proxy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ spec:
runAsNonRoot: true
tty: true
volumeMounts:
- mountPath: /mnt/data
- mountPath: /data
name: image-data
subPath: {{ kindIs "string" .Values.persistence.imageStorageSubPath | ternary .Values.persistence.imageStorageSubPath .Release.Name | quote }}
- mountPath: /var/tmp
Expand Down

0 comments on commit f339dce

Please sign in to comment.