This commit is contained in:
Philip Haupt
2025-10-19 19:22:50 +02:00
parent 969c0e379c
commit 17007bd064
2 changed files with 2 additions and 2 deletions

View File

@@ -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: {}