From 0338e2d3817b0960e5dcf6658d0a632878bcb2a8 Mon Sep 17 00:00:00 2001 From: aggarwalakshun Date: Fri, 18 Apr 2025 16:36:26 +0530 Subject: [PATCH] for testing --- cluster/apps/gitea/gitea.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cluster/apps/gitea/gitea.yml b/cluster/apps/gitea/gitea.yml index 498f420..1b352b7 100644 --- a/cluster/apps/gitea/gitea.yml +++ b/cluster/apps/gitea/gitea.yml @@ -49,6 +49,8 @@ spec: secretKeyRef: name: gitea-db-secret key: password + - name: TMPDIR + value: "/tmp" volumeMounts: - name: gitea-data mountPath: /data