From fe1d1a9631abcec56ebc06808a2167b49d4a5df6 Mon Sep 17 00:00:00 2001 From: Kjeld Schouten Date: Fri, 26 May 2023 10:10:52 +0200 Subject: [PATCH] Update questions.yaml Signed-off-by: Kjeld Schouten --- charts/incubator/mosquitto/questions.yaml | 38 ----------------------- 1 file changed, 38 deletions(-) diff --git a/charts/incubator/mosquitto/questions.yaml b/charts/incubator/mosquitto/questions.yaml index 35da65edfe5..4a0185d3333 100644 --- a/charts/incubator/mosquitto/questions.yaml +++ b/charts/incubator/mosquitto/questions.yaml @@ -9,44 +9,6 @@ questions: # Include{podSpec} # Include{containerMain} - - variable: env - group: "App Configuration" - label: "Image Environment" - schema: - additional_attrs: true - type: dict - attrs: - - variable: PAPERLESS_ADMIN_USER - label: "PAPERLESS_ADMIN_USER (First Install Only)" - schema: - type: string - required: true - default: "" - - variable: PAPERLESS_ADMIN_PASSWORD - label: "PAPERLESS_ADMIN_PASSWORD (First Install Only)" - schema: - type: string - required: true - private: true - default: "" - - variable: PAPERLESS_ADMIN_MAIL - label: "PAPERLESS_ADMIN_MAIL (First Install Only)" - schema: - type: string - default: "" - - variable: PAPERLESS_URL - label: "PAPERLESS_URL" - description: "This is required if you will be exposing Paperless-ngx on a public domain." - schema: - type: string - default: "" - - variable: PAPERLESS_WEBSERVER_WORKERS - label: "PAPERLESS_WEBSERVER_WORKERS" - description: "The number of worker processes the webserver should spawn." - schema: - type: int - required: true - default: 2 # Include{containerBasic} # Include{containerAdvanced}