fix(docker-compose): remove /cluster path from mounts
Signed-off-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
This commit is contained in:
@@ -95,13 +95,6 @@ persistence:
|
|||||||
mountPath: /root
|
mountPath: /root
|
||||||
hostPathType: ""
|
hostPathType: ""
|
||||||
readOnly: false
|
readOnly: false
|
||||||
cluster:
|
|
||||||
enabled: true
|
|
||||||
type: hostPath
|
|
||||||
hostPath: /cluster
|
|
||||||
mountPath: /cluster
|
|
||||||
hostPathType: ""
|
|
||||||
readOnly: false
|
|
||||||
docker-certs-ca:
|
docker-certs-ca:
|
||||||
enabled: true
|
enabled: true
|
||||||
mountPath: "/config"
|
mountPath: "/config"
|
||||||
|
|||||||
Reference in New Issue
Block a user