From 11ffd8311f9b6bf6a6cd5bd40c103f8857b58b42 Mon Sep 17 00:00:00 2001 From: "Dustin C. Hatch" Date: Sun, 5 Jan 2025 16:04:13 -0600 Subject: [PATCH] ci: Increase ephemeral data storage Building the container image now fails with only 10 GiB of space... --- ci/podTemplate.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/podTemplate.yaml b/ci/podTemplate.yaml index 4533567..a124457 100644 --- a/ci/podTemplate.yaml +++ b/ci/podTemplate.yaml @@ -45,7 +45,7 @@ spec: - ReadWriteOnce resources: requests: - storage: 10Gi + storage: 16Gi - name: tmp emptyDir: medium: Memory