Update _replicationDestination.tpl

This commit is contained in:
Kjeld Schouten
2024-04-29 23:25:12 +02:00
committed by GitHub
parent d8e366be6d
commit a460850ce7

View File

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