From 6fbe07c57e7baa91e0853f1606a61e9e0c8da26b Mon Sep 17 00:00:00 2001 From: Kjeld Schouten Date: Mon, 17 Jun 2024 13:42:39 +0200 Subject: [PATCH] feat(common): add volsync auto-unlock --- library/common/templates/class/volsync/_replicationSource.tpl | 1 + 1 file changed, 1 insertion(+) diff --git a/library/common/templates/class/volsync/_replicationSource.tpl b/library/common/templates/class/volsync/_replicationSource.tpl index dd791adb..e6a1f6ed 100644 --- a/library/common/templates/class/volsync/_replicationSource.tpl +++ b/library/common/templates/class/volsync/_replicationSource.tpl @@ -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 }}