Doc patches

This commit is contained in:
kjeld Schouten-Lebbing
2021-05-23 20:34:11 +02:00
parent f8b79ac51a
commit a869e30188
10 changed files with 75 additions and 60 deletions
+16 -7
View File
@@ -56,9 +56,14 @@ Preventing the user to disable them, ensures that users don't (by mistake) remov
- variable: emptyDir
label: "Mount a ramdisk instead of actual storage"
schema:
type: boolean
default: false
hidden: true
attrs:
- variable: enabled
label: "Enable emptyDir"
schema:
type: boolean
default: false
hidden: true
- variable: accessMode
label: "Access Mode (Advanced)"
description: "Allow or disallow multiple PVC's writhing to the same PVC"
@@ -87,7 +92,7 @@ It should always be included in any App, to give users the option to customise t
##### Example
```
- variable: additionalAppVolumeMounts
- variable: hostPathMounts
label: "Custom app storage"
group: "Storage and Devices"
schema:
@@ -122,12 +127,16 @@ It should always be included in any App, to give users the option to customise t
required: true
editable: true
- variable: emptyDir
label: "emptyDir"
label: "Mount a ramdisk instead of actual storage"
schema:
type: boolean
default: false
hidden: true
editable: false
attrs:
- variable: enabled
label: Enable emptyDir
schema:
type: boolean
default: false
hidden: true
- variable: mountPath
label: "Mount Path"
description: "Path to mount inside the pod"