mirror of
https://github.com/truecharts/library-charts.git
synced 2026-07-06 01:16:22 -03:00
Update _replicationDestination.tpl
This commit is contained in:
@@ -43,7 +43,7 @@ spec:
|
||||
{{- else if $objectData.size }}
|
||||
capacity: {{ $objectData.size }}
|
||||
{{- else -}}
|
||||
capacity: {{ $rootCtx.Values.fallbackDefaults.pvcSize }}
|
||||
capacity: {{ $rootCtx.Values.global.fallbackDefaults.pvcSize }}
|
||||
{{- end }}
|
||||
|
||||
{{- include "tc.v1.common.lib.volsync.storage" (dict "rootCtx" $rootCtx "objectData" $objectData "volsyncData" $volsyncData "target" "dest") | trim | nindent 4 }}
|
||||
|
||||
Reference in New Issue
Block a user