Remove name option from GUI but allow adding it by adding it to tests

Also allow unused hostpathEnabled flag
This commit is contained in:
kjeld Schouten-Lebbing
2021-04-15 22:59:08 +02:00
parent af30d35231
commit 33e4090a07
42 changed files with 3 additions and 513 deletions
+1 -3
View File
@@ -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"
+1 -2
View File
@@ -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: ""