fix(custom-app): Move command from .Values.controller.command to .Values.command (#3446)
* fix(custom-app): Move command from .Values.controller.command to .Values.command * whoops
This commit is contained in:
@@ -19,7 +19,7 @@ name: custom-app
|
|||||||
sources:
|
sources:
|
||||||
- https://github.com/truecharts/charts/tree/master/charts/stable/custom-app
|
- https://github.com/truecharts/charts/tree/master/charts/stable/custom-app
|
||||||
type: application
|
type: application
|
||||||
version: 5.1.31
|
version: 5.1.32
|
||||||
annotations:
|
annotations:
|
||||||
truecharts.org/catagories: |
|
truecharts.org/catagories: |
|
||||||
- custom
|
- custom
|
||||||
|
|||||||
@@ -41,8 +41,8 @@ questions:
|
|||||||
# Include{replica1}
|
# Include{replica1}
|
||||||
# Include{strategy}
|
# Include{strategy}
|
||||||
# Include{recreate}
|
# Include{recreate}
|
||||||
# Include{controllerExpertCommand}
|
|
||||||
# Include{controllerExpert}
|
# Include{controllerExpert}
|
||||||
|
# Include{controllerExpertCommand}
|
||||||
# Include{containerConfig}
|
# Include{containerConfig}
|
||||||
- variable: probes
|
- variable: probes
|
||||||
group: "Container Configuration"
|
group: "Container Configuration"
|
||||||
|
|||||||
@@ -1,17 +1,19 @@
|
|||||||
- variable: customcommand
|
- variable: customcommand
|
||||||
label: Show Custom Command Options
|
group: Controller
|
||||||
|
label: "Custom Command"
|
||||||
|
description: "Do not click this unless you know what you are doing"
|
||||||
|
schema:
|
||||||
|
type: boolean
|
||||||
|
default: false
|
||||||
|
show_subquestions_if: true
|
||||||
|
subquestions:
|
||||||
|
- variable: command
|
||||||
|
label: Command
|
||||||
schema:
|
schema:
|
||||||
type: boolean
|
type: list
|
||||||
default: false
|
default: []
|
||||||
show_subquestions_if: true
|
items:
|
||||||
subquestions:
|
- variable: param
|
||||||
- variable: command
|
label: Param
|
||||||
label: Command
|
|
||||||
schema:
|
schema:
|
||||||
type: list
|
type: string
|
||||||
default: []
|
|
||||||
items:
|
|
||||||
- variable: param
|
|
||||||
label: Param
|
|
||||||
schema:
|
|
||||||
type: string
|
|
||||||
|
|||||||
Reference in New Issue
Block a user