mirror of
https://github.com/truecharts/charts.git
synced 2026-07-13 14:41:25 -03:00
* chore(questions): replace port parts with templates * chore(questions): replace controller parts with templates * remove tons of whitespce * remove quotes from strings on templates * make complete controller an include * default to recreate * remove replica and strategies as it's covered from controllerStrtegies include * remove whitespace again * replace controllertype with include (deployment/daemonset/statefulset) * replace advanced port part except targetport * remove more quotes * add hidden toggle of enable the port * new includes * update build script * controller deploy/stateful/deamon template changes * replace controllerStrategies with replicas, replica#, strategy, recreate * move 2 templates into a subfolder * remove quotes * remove disabled portals from questions and defined them on values * remove enabled portal from the questions and add it on values * one more app * Portal cleanup * remove portal templates * add more includes * replace portal links * move some templates in folders * replace ingressRoot with template * more grouping * replace persistenceroot with template * replace serviceExpertRoot * replace serviceroot * fix a rogue one * vctRoot * securityContext cleanup * remove quotes from templates on string * replace vctRoot * replace advanedSecurityRoot * replace podsecurity root * Update .github/scripts/build-catalog.sh * Update values.yaml * remove dupe portal * update build-release script * fix paths * fix apps with imageSelector Co-authored-by: Kjeld Schouten-Lebbing <kjeld@schouten-lebbing.nl>
98 lines
3.9 KiB
YAML
98 lines
3.9 KiB
YAML
- variable: size
|
|
label: Size quotum of Storage
|
|
schema:
|
|
show_if: [["type", "=", "pvc"]]
|
|
type: string
|
|
default: 999Gi
|
|
- variable: hostPathType
|
|
label: (Advanced) hostPath 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
|