diff --git a/charts/incubator/deemix/questions.yaml b/charts/incubator/deemix/questions.yaml index 977a3a84576..17fa14bd2a6 100644 --- a/charts/incubator/deemix/questions.yaml +++ b/charts/incubator/deemix/questions.yaml @@ -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} diff --git a/charts/incubator/grist/questions.yaml b/charts/incubator/grist/questions.yaml index 01ecd096b24..9c400db7854 100644 --- a/charts/incubator/grist/questions.yaml +++ b/charts/incubator/grist/questions.yaml @@ -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"