Skip to content

Commit

Permalink
Fix mounts
Browse files Browse the repository at this point in the history
  • Loading branch information
gian-reto committed Dec 30, 2022
1 parent 08a92a0 commit be4795d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/rclone-hostpath/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: v2
description: Deployment to create an rclone mount on a hostPath
name: rclone-hostpath
version: 0.2.4
version: 0.2.5
4 changes: 4 additions & 0 deletions charts/rclone-hostpath/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,10 @@ spec:
readOnly: true
- name: config
mountPath: /out
- name: cache
mountPath: "{{ .Values.rclone.cacheDir }}"
- name: data
mountPath: "{{ .Values.rclone.path }}"
# - name: {{ include "rclone-hostpath.fullname" . }}-clear
# image: "{{ .Values.images.initContainer.repository }}:{{ .Values.images.initContainer.tag }}"
# command:
Expand Down

0 comments on commit be4795d

Please sign in to comment.