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:
@@ -1,27 +1,8 @@
|
||||
- variable: controller
|
||||
group: Controller
|
||||
group: "General Settings"
|
||||
label: ""
|
||||
schema:
|
||||
additional_attrs: true
|
||||
type: dict
|
||||
attrs:
|
||||
- variable: advanced
|
||||
label: Show Advanced Controller Settings
|
||||
schema:
|
||||
type: boolean
|
||||
default: false
|
||||
show_subquestions_if: true
|
||||
subquestions:
|
||||
- variable: type
|
||||
description: Please specify type of workload to deploy
|
||||
label: (Advanced) Controller Type
|
||||
schema:
|
||||
type: string
|
||||
required: true
|
||||
enum:
|
||||
- value: deployment
|
||||
description: Deployment
|
||||
- value: statefulset
|
||||
description: Statefulset
|
||||
- value: daemonset
|
||||
description: Daemonset
|
||||
|
||||
|
||||
@@ -1 +0,0 @@
|
||||
default: daemonset
|
||||
@@ -1 +0,0 @@
|
||||
default: deployment
|
||||
@@ -1,47 +0,0 @@
|
||||
- variable: expert
|
||||
label: Show Expert Configuration Options
|
||||
schema:
|
||||
type: boolean
|
||||
default: false
|
||||
show_subquestions_if: true
|
||||
subquestions:
|
||||
- variable: labelsList
|
||||
label: Controller 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: Controller 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
|
||||
@@ -1,5 +1,5 @@
|
||||
- variable: customcommand
|
||||
group: Controller
|
||||
group: "General Settings"
|
||||
label: "Custom Command"
|
||||
description: "Do not click this unless you know what you are doing"
|
||||
schema:
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
- variable: customextraargs
|
||||
group: Controller
|
||||
group: "General Settings"
|
||||
label: "Extra Args"
|
||||
description: "Do not click this unless you know what you are doing"
|
||||
schema:
|
||||
|
||||
@@ -1 +0,0 @@
|
||||
default: statefulset
|
||||
Reference in New Issue
Block a user