From 17007bd0641e99271f2738f8b521f39ebfe16f22 Mon Sep 17 00:00:00 2001 From: Philip Haupt <“der.mad.mob@gmail.com”> Date: Sun, 19 Oct 2025 19:22:50 +0200 Subject: [PATCH] path --- gitea-runner/main.yaml | 2 +- gitea-runner/src/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gitea-runner/main.yaml b/gitea-runner/main.yaml index 441a419..7cc4560 100644 --- a/gitea-runner/main.yaml +++ b/gitea-runner/main.yaml @@ -79,7 +79,7 @@ spec: securityContext: privileged: true volumeMounts: - - mountPath: /var/lib/docker + - mountPath: /var/lib/docker/overlay2 name: data - mountPath: /config name: config diff --git a/gitea-runner/src/values.yaml b/gitea-runner/src/values.yaml index 06e4b79..afdf825 100644 --- a/gitea-runner/src/values.yaml +++ b/gitea-runner/src/values.yaml @@ -91,7 +91,7 @@ persistence: # -- Size of the PersistentVolumeClaim. size: 5Gi # -- Path inside the container where the volume will be mounted. - mountPath: "/var/lib/docker" + mountPath: "/var/lib/docker/overlay2" # -- Label selectors for the PersistentVolumeClaim. selector: {}