feat(common): add volsync auto-unlock

This commit is contained in:
Kjeld Schouten
2024-06-17 13:42:39 +02:00
committed by GitHub
parent a4abb02663
commit 6fbe07c57e

View File

@@ -55,6 +55,7 @@ spec:
repository: {{ $volsyncData.repository }}
copyMethod: {{ $volsyncData.copyMethod | default "Snapshot" }}
pruneIntervalDays: {{ $volsyncData.src.pruneIntervalDays | default 7 }}
unlock: {{ now | date "20060102150405" }}
retain:
hourly: {{ $retain.hourly }}
daily: {{ $retain.daily }}