WIP Cleanup configuration options (#4365)
* chore(apps): remove un-needed UI elements * dont grab metallb upstreams anymore * add new readme template pointing to the website and remove helm-values system * Move readme generation to daily job * remove readme addition and remve readme generation from build-release script * bump * remvoe the use of helm-docs * completely remove helm-docs * move tag sync to renovate bump action * fully remove tag sync and remove needless helm dependency updates * remove needless helm prep * get rid of needlessly loaded grafana repo
This commit is contained in:
@@ -27,18 +27,14 @@
|
||||
description: Sets the persistence type, Anything other than PVC could break rollback!
|
||||
schema:
|
||||
type: string
|
||||
default: simpleHP
|
||||
default: hostPath
|
||||
enum:
|
||||
- value: simplePVC
|
||||
description: PVC (Simple)
|
||||
- value: simpleHP
|
||||
description: Host Path (Simple)
|
||||
- value: emptyDir
|
||||
description: emptyDir
|
||||
- value: pvc
|
||||
description: PVC
|
||||
- value: hostPath
|
||||
description: Host Path
|
||||
- value: emptyDir
|
||||
description: emptyDir
|
||||
- value: nfs
|
||||
description: NFS Share
|
||||
- variable: server
|
||||
@@ -53,13 +49,6 @@
|
||||
show_if: [["type", "=", "nfs"]]
|
||||
type: string
|
||||
default: ""
|
||||
- variable: setPermissionsSimple
|
||||
label: Automatic Permissions
|
||||
description: Automatically set permissions on install
|
||||
schema:
|
||||
show_if: [["type", "=", "simpleHP"]]
|
||||
type: boolean
|
||||
default: false
|
||||
- variable: setPermissions
|
||||
label: Automatic Permissions
|
||||
description: Automatically set permissions on install
|
||||
@@ -72,12 +61,6 @@
|
||||
schema:
|
||||
type: boolean
|
||||
default: false
|
||||
- variable: hostPathSimple
|
||||
label: Host Path
|
||||
description: Path inside the container the storage is mounted
|
||||
schema:
|
||||
show_if: [["type", "=", "simpleHP"]]
|
||||
type: hostpath
|
||||
- variable: hostPath
|
||||
label: Host Path
|
||||
description: Path inside the container the storage is mounted
|
||||
@@ -109,94 +92,3 @@
|
||||
show_if: [["type", "=", "pvc"]]
|
||||
type: string
|
||||
default: 256Gi
|
||||
- variable: hostPathType
|
||||
label: (Advanced) Host Path Type
|
||||
schema:
|
||||
show_if: [["type", "=", "hostPath"]]
|
||||
type: string
|
||||
default: ""
|
||||
enum:
|
||||
- value: ""
|
||||
description: Default
|
||||
- value: DirectoryOrCreate
|
||||
description: DirectoryOrCreate
|
||||
- value: Directory
|
||||
description: Directory
|
||||
- value: FileOrCreate
|
||||
description: FileOrCreate
|
||||
- value: File
|
||||
description: File
|
||||
- value: Socket
|
||||
description: Socket
|
||||
- value: CharDevice
|
||||
description: CharDevice
|
||||
- value: BlockDevice
|
||||
description: BlockDevice
|
||||
- variable: storageClass
|
||||
label: (Advanced) StorageClass
|
||||
description: "Warning: Anything other than SCALE-ZFS or empty will break rollback!"
|
||||
schema:
|
||||
show_if: [["type", "=", "pvc"]]
|
||||
type: string
|
||||
default: SCALE-ZFS
|
||||
- variable: accessMode
|
||||
label: (Advanced) Access Mode
|
||||
description: Allow or disallow multiple PVC's writhing to the same PV
|
||||
schema:
|
||||
show_if: [["type", "=", "pvc"]]
|
||||
type: string
|
||||
default: ReadWriteOnce
|
||||
enum:
|
||||
- value: ReadWriteOnce
|
||||
description: ReadWriteOnce
|
||||
- value: ReadOnlyMany
|
||||
description: ReadOnlyMany
|
||||
- value: ReadWriteMany
|
||||
description: ReadWriteMany
|
||||
- variable: advanced
|
||||
label: Show Advanced Options
|
||||
schema:
|
||||
type: boolean
|
||||
default: false
|
||||
show_subquestions_if: true
|
||||
subquestions:
|
||||
- variable: labelsList
|
||||
label: Labels
|
||||
schema:
|
||||
type: list
|
||||
default: []
|
||||
items:
|
||||
- variable: labelItem
|
||||
label: Label
|
||||
schema:
|
||||
additional_attrs: true
|
||||
type: dict
|
||||
attrs:
|
||||
- variable: name
|
||||
label: Name
|
||||
schema:
|
||||
type: string
|
||||
- variable: value
|
||||
label: Value
|
||||
schema:
|
||||
type: string
|
||||
- variable: annotationsList
|
||||
label: Annotations
|
||||
schema:
|
||||
type: list
|
||||
default: []
|
||||
items:
|
||||
- variable: annotationItem
|
||||
label: Label
|
||||
schema:
|
||||
additional_attrs: true
|
||||
type: dict
|
||||
attrs:
|
||||
- variable: name
|
||||
label: Name
|
||||
schema:
|
||||
type: string
|
||||
- variable: value
|
||||
label: Value
|
||||
schema:
|
||||
type: string
|
||||
|
||||
Reference in New Issue
Block a user