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

@@ -79,7 +79,7 @@ spec:
securityContext: securityContext:
privileged: true privileged: true
volumeMounts: volumeMounts:
- mountPath: /var/lib/docker - mountPath: /var/lib/docker/overlay2
name: data name: data
- mountPath: /config - mountPath: /config
name: config name: config

View File

@@ -91,7 +91,7 @@ persistence:
# -- Size of the PersistentVolumeClaim. # -- Size of the PersistentVolumeClaim.
size: 5Gi size: 5Gi
# -- Path inside the container where the volume will be mounted. # -- Path inside the container where the volume will be mounted.
mountPath: "/var/lib/docker" mountPath: "/var/lib/docker/overlay2"
# -- Label selectors for the PersistentVolumeClaim. # -- Label selectors for the PersistentVolumeClaim.
selector: {} selector: {}