fix prototype-gui default controller type
This commit is contained in:
@@ -20,4 +20,4 @@ name: prototype-gui
|
|||||||
sources:
|
sources:
|
||||||
- https://github.com/truecharts/apps/tree/master/develop/prototype-gui
|
- https://github.com/truecharts/apps/tree/master/develop/prototype-gui
|
||||||
type: application
|
type: application
|
||||||
version: 0.0.4
|
version: 0.0.5
|
||||||
|
|||||||
@@ -54,7 +54,7 @@ questions:
|
|||||||
label: "(Advanced) Controller Type"
|
label: "(Advanced) Controller Type"
|
||||||
schema:
|
schema:
|
||||||
type: string
|
type: string
|
||||||
default: "Deployment"
|
default: "deployment"
|
||||||
required: true
|
required: true
|
||||||
enum:
|
enum:
|
||||||
- value: "deployment"
|
- value: "deployment"
|
||||||
|
|||||||
Reference in New Issue
Block a user