Small polish of prototype GUI

This commit is contained in:
kjeld Schouten-Lebbing
2021-05-29 14:16:47 +02:00
parent f912796b30
commit b0498a2317
2 changed files with 12 additions and 12 deletions
+1 -1
View File
@@ -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.1 version: 0.0.2
@@ -58,11 +58,11 @@ questions:
required: true required: true
enum: enum:
- value: "Deployment" - value: "Deployment"
description: "Deploy a Deployment workload" description: "Deployment"
- value: "Job" - value: "statefulset"
description: "Deploy job workload" description: "Statefulset"
- value: "CronJob" - value: "daemonset"
description: "Deploy cronjob workload" description: "Daemonset"
- variable: replicas - variable: replicas
description: "Number of desired pod replicas" description: "Number of desired pod replicas"
label: "Desired Replicas" label: "Desired Replicas"
@@ -79,11 +79,11 @@ questions:
required: true required: true
enum: enum:
- value: "Recreate" - value: "Recreate"
description: "Kill existing pods before creating new ones" description: "Recreate: Kill existing pods before creating new ones"
- value: "RollingUpdate" - value: "RollingUpdate"
description: "Create new pods and then kill old ones" description: "RollingUpdate: Create new pods and then kill old ones"
- value: "OnDelete" - value: "OnDelete"
description: "Do not automatically update a StatefullSet with changes to .spec.template" description: "(Legacy) OnDelete: ignore .spec.template changes"
- variable: env - variable: env
group: "Configuration" group: "Configuration"
@@ -127,8 +127,8 @@ questions:
type: string type: string
- variable: externalInterfaces - variable: externalInterfaces
description: "Add External Interfaces" description: "External Interfaces"
label: "(Advanced) Add external Interfaces" label: "(Advanced) External Interfaces"
group: "Networking" group: "Networking"
schema: schema:
type: list type: list
@@ -535,7 +535,7 @@ questions:
type: dict type: dict
attrs: attrs:
- variable: privileged - variable: privileged
label: "(Advanced) Enable privileged mode for Common-Chart based charts" label: "(Advanced) Enable privileged mode"
schema: schema:
type: boolean type: boolean
default: false default: false