From 7c4b58b3a6278471aa0dd28602be8db6806a0d30 Mon Sep 17 00:00:00 2001 From: Sergei Lukianov Date: Tue, 8 Oct 2024 22:09:09 -0700 Subject: [PATCH] Switch fabric-boot cache to PVC Fixes #158 --- pkg/fab/comp/fabric/boot_values.tmpl.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pkg/fab/comp/fabric/boot_values.tmpl.yaml b/pkg/fab/comp/fabric/boot_values.tmpl.yaml index 64860e15..7e3984a4 100644 --- a/pkg/fab/comp/fabric/boot_values.tmpl.yaml +++ b/pkg/fab/comp/fabric/boot_values.tmpl.yaml @@ -16,5 +16,4 @@ resources: requests: cpu: 100m -# TODO switch to true when it works reliably in our lab -cachePVC: false \ No newline at end of file +cachePVC: true