diff --git a/charts/library/common/templates/lib/volsync/_cache.tpl b/charts/library/common/templates/lib/volsync/_cache.tpl index 903b14202c8..a3cdcb3bd78 100644 --- a/charts/library/common/templates/lib/volsync/_cache.tpl +++ b/charts/library/common/templates/lib/volsync/_cache.tpl @@ -6,9 +6,7 @@ {{- $volsyncData := .volsyncData -}} {{- $target := get $volsyncData .target -}} - {{- with $target.cacheCapacity }} cacheCapacity: {{ $target.cacheCapacity | default "10Gi" }} - {{- end -}} {{- with $target.cacheStorageClassName }} cacheStorageClassName: {{ $target.cacheStorageClassName }}