fix(deemix): fix deemix questions.yaml
This commit is contained in:
@@ -74,19 +74,6 @@ questions:
|
||||
- value: "OnDelete"
|
||||
description: "(Legacy) OnDelete: ignore .spec.template changes"
|
||||
# Include{controllerExpert}
|
||||
- variable: env
|
||||
group: "Container Configuration"
|
||||
label: "Image Environment"
|
||||
schema:
|
||||
additional_attrs: true
|
||||
type: dict
|
||||
attrs:
|
||||
- variable: PUID
|
||||
label: "PUID"
|
||||
description: "User ID of the user you want the container to run as in order to fix folder permission issues"
|
||||
schema:
|
||||
type: int
|
||||
default: 1000
|
||||
|
||||
# Include{containerConfig}
|
||||
|
||||
|
||||
@@ -73,8 +73,9 @@ questions:
|
||||
description: "RollingUpdate: Create new pods and then kill old ones"
|
||||
- value: "OnDelete"
|
||||
description: "(Legacy) OnDelete: ignore .spec.template changes"
|
||||
|
||||
# Include{controllerExpert}
|
||||
# Docker specific env
|
||||
|
||||
- variable: env
|
||||
group: "Container Configuration"
|
||||
label: "Image Environment"
|
||||
@@ -174,6 +175,7 @@ questions:
|
||||
description: "2"
|
||||
- value: "3"
|
||||
description: "3"
|
||||
|
||||
- variable: secret
|
||||
group: "Container Configuration"
|
||||
label: "Secret Image Environment"
|
||||
|
||||
Reference in New Issue
Block a user