From e39451f23f23ede1cae724f62a6580d2ab62cafb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Guilherme=20Vanz?= Date: Thu, 14 Dec 2023 08:48:31 -0300 Subject: [PATCH] feat: add questions-ui.yml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Adds the questions-ui.yml file that allows Rancher UI to show the possible configurations in the web interface. Signed-off-by: José Guilherme Vanz --- questions-ui.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 questions-ui.yml diff --git a/questions-ui.yml b/questions-ui.yml new file mode 100644 index 0000000..79bc47a --- /dev/null +++ b/questions-ui.yml @@ -0,0 +1,17 @@ +questions: +- default: false + tooltip: >- + Ignore that some init container is configured as privileged + group: Settings + label: Skip init containers + required: false + type: boolean + variable: skip_init_containers +- default: false + tooltip: >- + Ignore that some ephemeral container is configured as privileged + group: Settings + label: Skip ephemeral containers + required: false + type: boolean + variable: skip_ephemeral_containers