path
This commit is contained in:
@@ -79,7 +79,7 @@ spec:
|
||||
securityContext:
|
||||
privileged: true
|
||||
volumeMounts:
|
||||
- mountPath: /var/lib/docker
|
||||
- mountPath: /var/lib/docker/overlay2
|
||||
name: data
|
||||
- mountPath: /config
|
||||
name: config
|
||||
|
||||
@@ -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: {}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user