path
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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: {}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user