fix(deemix): fix deemix questions.yaml

This commit is contained in:
kjeld Schouten-Lebbing
2022-03-03 21:10:53 +01:00
parent e568384aa2
commit ef2973afe1
2 changed files with 3 additions and 14 deletions
-13
View File
@@ -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}
+3 -1
View File
@@ -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"