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,5 +1,7 @@
|
|||||||
- 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:
|
schema:
|
||||||
type: boolean
|
type: boolean
|
||||||
default: false
|
default: false
|
||||||
|
|||||||
Reference in New Issue
Block a user