Update _cache.tpl

This commit is contained in:
Kjeld Schouten
2024-06-17 12:13:11 +02:00
committed by GitHub
parent 72db101129
commit 9514ebd892

View File

@@ -7,7 +7,7 @@
{{- $target := get $volsyncData .target -}}
{{- with $target.cacheCapacity }}
cacheCapacity: {{ $target.cacheCapacity }}
cacheCapacity: {{ $target.cacheCapacity | default "10 Gi" }}
{{- end -}}
{{- with $target.cacheStorageClassName }}