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 }}