From a460850ce7b495dc25d5fdbd16f4b85e9f89680d Mon Sep 17 00:00:00 2001 From: Kjeld Schouten Date: Mon, 29 Apr 2024 23:25:12 +0200 Subject: [PATCH] Update _replicationDestination.tpl --- .../common/templates/class/volsync/_replicationDestination.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/common/templates/class/volsync/_replicationDestination.tpl b/library/common/templates/class/volsync/_replicationDestination.tpl index 621d91a3..b0cb4f4c 100644 --- a/library/common/templates/class/volsync/_replicationDestination.tpl +++ b/library/common/templates/class/volsync/_replicationDestination.tpl @@ -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 }}