Some label cleanup for the GUI prototype

This commit is contained in:
kjeld Schouten-Lebbing
2021-05-29 14:24:31 +02:00
parent 00f56b50cd
commit 4fe5f5e47d
2 changed files with 16 additions and 16 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.2 version: 0.0.3
@@ -3,16 +3,16 @@ groups:
description: "Image to be used for container" description: "Image to be used for container"
- name: "Controller" - name: "Controller"
description: "Configure workload deployment" description: "Configure workload deployment"
- name: "Configuration" - name: "Container Configuration"
description: "additional container configuration" description: "additional container configuration"
- name: "Networking" - name: "Networking and Services"
description: "Configure Network and Services for container" description: "Configure Network and Services for container"
- name: "Storage" - name: "Storage and Persistence"
description: "Persist and share data that is separate from the lifecycle of the container" description: "Persist and share data that is separate from the container"
- name: "Ingress" - name: "Ingress"
description: "Ingress Configuration" description: "Ingress Configuration"
- name: "Security" - name: "Security and Permissions"
description: "Configure security context" description: "Configure security context and permissions"
- name: "Resources and Devices" - name: "Resources and Devices"
description: "Specify resources/devices to be allocated to workload" description: "Specify resources/devices to be allocated to workload"
- name: "Advanced" - name: "Advanced"
@@ -86,7 +86,7 @@ questions:
description: "(Legacy) OnDelete: ignore .spec.template changes" description: "(Legacy) OnDelete: ignore .spec.template changes"
- variable: env - variable: env
group: "Configuration" group: "Container Configuration"
label: "Image Environment" label: "Image Environment"
schema: schema:
type: dict type: dict
@@ -107,7 +107,7 @@ questions:
# Configure Enviroment Variables # Configure Enviroment Variables
- variable: envList - variable: envList
label: "Image environment" label: "Image environment"
group: "Configuration" group: "Container Configuration"
schema: schema:
type: list type: list
default: [] default: []
@@ -129,7 +129,7 @@ questions:
- variable: externalInterfaces - variable: externalInterfaces
description: "External Interfaces" description: "External Interfaces"
label: "(Advanced) External Interfaces" label: "(Advanced) External Interfaces"
group: "Networking" group: "Networking and Services"
schema: schema:
type: list type: list
items: items:
@@ -202,13 +202,13 @@ questions:
cidr: false cidr: false
required: true required: true
- variable: hostNetwork - variable: hostNetwork
group: "Networking" group: "Networking and Services"
label: "(Advanced) Enable Host Networking" label: "(Advanced) Enable Host Networking"
schema: schema:
type: boolean type: boolean
default: false default: false
- variable: service - variable: service
group: "Networking" group: "Networking and Services"
label: "Configure Service(s)" label: "Configure Service(s)"
schema: schema:
type: dict type: dict
@@ -314,7 +314,7 @@ questions:
## TrueCharts Specific ## TrueCharts Specific
- variable: persistence - variable: persistence
label: "Integrated Persistent Storage" label: "Integrated Persistent Storage"
group: "Storage" group: "Storage and Persistence"
schema: schema:
type: dict type: dict
attrs: attrs:
@@ -384,7 +384,7 @@ questions:
default: "100Gi" default: "100Gi"
- variable: hostPathMounts - variable: hostPathMounts
label: "Custom app storage" label: "Custom app storage"
group: "Storage" group: "Storage and Persistence"
schema: schema:
type: list type: list
default: [] default: []
@@ -529,7 +529,7 @@ questions:
# Enable privileged # Enable privileged
- variable: securityContext - variable: securityContext
group: "Security" group: "Security and Permissions"
label: "Security Context" label: "Security Context"
schema: schema:
type: dict type: dict
@@ -541,7 +541,7 @@ questions:
default: false default: false
# Set Pod Security Policy # Set Pod Security Policy
- variable: podSecurityContext - variable: podSecurityContext
group: "Security" group: "Security and Permissions"
label: "Pod Security Context" label: "Pod Security Context"
schema: schema:
type: dict type: dict