Skip to content

Commit

Permalink
🐛 fix volsync ref
Browse files Browse the repository at this point in the history
  • Loading branch information
charlie-haley committed Dec 7, 2023
1 parent cc26b1c commit fbf1cce
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ spec:
schedule: {{ .Values.schedule }}
restic:
pruneIntervalDays: {{ .Values.retentionDays }}
repository: "${RESTIC_REPOSITORY}/{{ .Values.namespace }}/{{ .Values.name }}"
repository: {{ .Values.name }}-restic-config
retain:
daily: {{ .Values.retentionDays }}
copyMethod: Snapshot

0 comments on commit fbf1cce

Please sign in to comment.