From fadfda4523cf15a86eb53c74f33eb927c7ed8b71 Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Thu, 2 Apr 2026 21:52:51 -0500 Subject: [PATCH] fix: wrong volume name --- clusters/cl01tl/helm/gitea/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clusters/cl01tl/helm/gitea/values.yaml b/clusters/cl01tl/helm/gitea/values.yaml index a144a0624..7971ae344 100644 --- a/clusters/cl01tl/helm/gitea/values.yaml +++ b/clusters/cl01tl/helm/gitea/values.yaml @@ -208,7 +208,7 @@ gitea-actions: # renovate: datasource=docker depName=docker tag: 29.3.1-dind@sha256:4d90f1f6c400315c2dba96d3ec93c01e64198395cbba04f79d12adce4f737029 extraVolumeMounts: - - name: data + - name: docker-vol mountPath: /var/lib/docker persistence: storageClass: ceph-block -- 2.49.1