removed unnecessary test values (#371)
This storages are now added manually by the user, using customStorage and deviceMounts
This commit is contained in:
@@ -57,32 +57,3 @@ persistence:
|
|||||||
accessMode: ReadWriteOnce
|
accessMode: ReadWriteOnce
|
||||||
size: 1Gi
|
size: 1Gi
|
||||||
storageClass: ""
|
storageClass: ""
|
||||||
|
|
||||||
storage:
|
|
||||||
emptyDir: true
|
|
||||||
datasetName: "storage"
|
|
||||||
mountPath: "/storage"
|
|
||||||
hostPathEnabled: true
|
|
||||||
setPermissions: true
|
|
||||||
|
|
||||||
watch:
|
|
||||||
emptyDir: true
|
|
||||||
datasetName: "watch"
|
|
||||||
mountPath: "/watch"
|
|
||||||
hostPathEnabled: true
|
|
||||||
setPermissions: true
|
|
||||||
|
|
||||||
output:
|
|
||||||
emptyDir: true
|
|
||||||
datasetName: "output"
|
|
||||||
mountPath: "/output"
|
|
||||||
hostPathEnabled: true
|
|
||||||
setPermissions: true
|
|
||||||
|
|
||||||
# opticaldrive:
|
|
||||||
# enabled: true
|
|
||||||
# emptyDir: true
|
|
||||||
# mountPath: "/dev/sr0"
|
|
||||||
# hostPath: "/dev/sr0"
|
|
||||||
# hostPathEnabled: true
|
|
||||||
# setPermissions: true
|
|
||||||
|
|||||||
Reference in New Issue
Block a user