Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
philipp94831 committed Jul 8, 2024
1 parent 0f7b870 commit 6df7e59
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/rclone-copy/templates/rclone-cron.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ spec:
# This is the default path where the rclone implementation assumes the config is located
mountPath: "/root/.config/rclone/rclone_ro.conf"
subPath: "rclone.conf"
- name: includeConfig
- name: include-config
mountPath: "/root/include-pattern.conf"
subPath: "include-pattern.conf"

Expand All @@ -93,7 +93,7 @@ spec:
- name: config
secret:
secretName: rclone-config-{{ .Release.Name }}
- name: includeConfig
- name: include-config
configMap:
name: rclone-config-{{ .Release.Name }}
backoffLimit: {{ .Values.backoffLimit }}
Expand Down

0 comments on commit 6df7e59

Please sign in to comment.