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:
- https://github.com/truecharts/apps/tree/master/develop/prototype-gui
type: application
version: 0.0.1
version: 0.0.2
@@ -58,11 +58,11 @@ questions:
required: true
enum:
- value: "Deployment"
description: "Deploy a Deployment workload"
- value: "Job"
description: "Deploy job workload"
- value: "CronJob"
description: "Deploy cronjob workload"
description: "Deployment"
- value: "statefulset"
description: "Statefulset"
- value: "daemonset"
description: "Daemonset"
- variable: replicas
description: "Number of desired pod replicas"
label: "Desired Replicas"
@@ -79,11 +79,11 @@ questions:
required: true
enum:
- value: "Recreate"
description: "Kill existing pods before creating new ones"
description: "Recreate: Kill existing pods before creating new ones"
- value: "RollingUpdate"
description: "Create new pods and then kill old ones"
description: "RollingUpdate: Create new pods and then kill old ones"
- value: "OnDelete"
description: "Do not automatically update a StatefullSet with changes to .spec.template"
description: "(Legacy) OnDelete: ignore .spec.template changes"
- variable: env
group: "Configuration"
@@ -127,8 +127,8 @@ questions:
type: string
- variable: externalInterfaces
description: "Add External Interfaces"
label: "(Advanced) Add external Interfaces"
description: "External Interfaces"
label: "(Advanced) External Interfaces"
group: "Networking"
schema:
type: list
@@ -535,7 +535,7 @@ questions:
type: dict
attrs:
- variable: privileged
label: "(Advanced) Enable privileged mode for Common-Chart based charts"
label: "(Advanced) Enable privileged mode"
schema:
type: boolean
default: false