From c4df216c2549744a16cc81cbe6a46c29f473fa3a Mon Sep 17 00:00:00 2001 From: Jimmy <5608027+orcutt989@users.noreply.github.com> Date: Fri, 24 Feb 2023 11:19:49 -0500 Subject: [PATCH] pvc for rolling snapshot increase to 20Gigs (#555) --- snapshotEngine/scratchVolume.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snapshotEngine/scratchVolume.yaml b/snapshotEngine/scratchVolume.yaml index 007ee2dd6..2def8db1a 100644 --- a/snapshotEngine/scratchVolume.yaml +++ b/snapshotEngine/scratchVolume.yaml @@ -9,4 +9,4 @@ spec: - ReadWriteOnce resources: requests: - storage: 10Gi + storage: 20Gi