Remove name option from GUI but allow adding it by adding it to tests
Also allow unused hostpathEnabled flag
This commit is contained in:
@@ -67,8 +67,7 @@ persistence:
|
||||
|
||||
# these values and names are set specifically with the unittests in mind.
|
||||
customStorage:
|
||||
- name: "test3"
|
||||
enabled: true
|
||||
- enabled: true
|
||||
emptyDir: true
|
||||
mountPath: "/test3"
|
||||
hostPath: ""
|
||||
@@ -88,4 +87,3 @@ deviceMounts:
|
||||
enabled: true
|
||||
emptyDir: false
|
||||
devicePath: "/test2"
|
||||
|
||||
|
||||
@@ -67,8 +67,7 @@ deviceMounts:
|
||||
|
||||
# these values and names are set specifically with the unittests in mind.
|
||||
customStorage:
|
||||
- name: "test3"
|
||||
enabled: true
|
||||
- enabled: true
|
||||
emptyDir: true
|
||||
mountPath: "/test3"
|
||||
hostPath: ""
|
||||
|
||||
Reference in New Issue
Block a user