chore(common): add additional aliasses for simple hostpath persistence (#1287)

* chore(common): add additional aliasses for simple hostpath persistence

* hmm

* mountpath, dont use null

* use correct type

* whoops

* bump testrc2
This commit is contained in:
Kjeld Schouten-Lebbing
2021-11-06 18:56:41 +01:00
committed by GitHub
parent 23b59be9e2
commit 32c6f11de4
7 changed files with 50 additions and 26 deletions
+17 -4
View File
@@ -33,11 +33,18 @@
description: "pvc"
- value: "hostPath"
description: "hostPath"
- variable: setPermissionsSimple
label: "Automatic Permissions"
description: "Automatically set permissions on install"
schema:
show_if: [["type", "=", "simpleHP"]]
type: boolean
default: true
- variable: setPermissions
label: "Automatic Permissions"
description: "Automatically set permissions on install"
schema:
show_if: [["type", "=", "hostPath"],["type", "=", "simpleHP"]]
show_if: [["type", "=", "hostPath"]]
type: boolean
default: true
- variable: readOnly
@@ -45,11 +52,17 @@
schema:
type: boolean
default: false
- variable: hostPathSimple
label: "hostPath"
description: "Path inside the container the storage is mounted"
schema:
show_if: [["type", "=", "simpleHP"]]
type: hostpath
- variable: hostPath
label: "hostPath"
description: "Path inside the container the storage is mounted"
schema:
show_if: [["type", "=", "hostPath"],["type", "=", "simpleHP"]]
show_if: [["type", "=", "hostPath"]]
type: hostpath
- variable: mountPath
label: "mountPath"
@@ -73,9 +86,9 @@
- variable: size
label: "Size quotum of storage"
schema:
show_if: [["type", "=", "pvc"],["type", "=", "simplePVC"]]
show_if: [["type", "=", "pvc"]]
type: string
default: "100Gi"
default: "999Gi"
- variable: hostPathType
label: "(Advanced) hostPath Type"
schema: