mirror of
https://github.com/truecharts/library-charts.git
synced 2026-07-03 04:19:17 -03:00
Update _cache.tpl
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
{{- $target := get $volsyncData .target -}}
|
||||
|
||||
{{- with $target.cacheCapacity }}
|
||||
cacheCapacity: {{ $target.cacheCapacity }}
|
||||
cacheCapacity: {{ $target.cacheCapacity | default "10 Gi" }}
|
||||
{{- end -}}
|
||||
|
||||
{{- with $target.cacheStorageClassName }}
|
||||
|
||||
Reference in New Issue
Block a user