From 9514ebd8921d2869f9d0bb0bcdfd1a639776b7e8 Mon Sep 17 00:00:00 2001 From: Kjeld Schouten Date: Mon, 17 Jun 2024 12:13:11 +0200 Subject: [PATCH] Update _cache.tpl --- library/common/templates/lib/volsync/_cache.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/common/templates/lib/volsync/_cache.tpl b/library/common/templates/lib/volsync/_cache.tpl index f01e5474..c23501a0 100644 --- a/library/common/templates/lib/volsync/_cache.tpl +++ b/library/common/templates/lib/volsync/_cache.tpl @@ -7,7 +7,7 @@ {{- $target := get $volsyncData .target -}} {{- with $target.cacheCapacity }} -cacheCapacity: {{ $target.cacheCapacity }} +cacheCapacity: {{ $target.cacheCapacity | default "10 Gi" }} {{- end -}} {{- with $target.cacheStorageClassName }}