From 93e6b01b78f0de031582f4d5dc56a59d759c79cd Mon Sep 17 00:00:00 2001 From: Julien Adamek Date: Tue, 21 Nov 2023 14:48:10 +0100 Subject: [PATCH] Add missing questions.yaml file Signed-off-by: Julien Adamek --- charts/operator/app-readme.md | 5 +++++ charts/operator/questions.yaml | 27 +++++++++++++++++++++++++++ 2 files changed, 32 insertions(+) create mode 100644 charts/operator/app-readme.md create mode 100644 charts/operator/questions.yaml diff --git a/charts/operator/app-readme.md b/charts/operator/app-readme.md new file mode 100644 index 000000000..3d694ac5f --- /dev/null +++ b/charts/operator/app-readme.md @@ -0,0 +1,5 @@ +# Elemental + +Elemental brings to Rancher the ability to install and manage the OS of bare metal and virtualized machines. + +For more information on how to deploy an Elemental Cluster, follow the [official documentation](https://elemental.docs.rancher.com/). \ No newline at end of file diff --git a/charts/operator/questions.yaml b/charts/operator/questions.yaml new file mode 100644 index 000000000..7aa97a85c --- /dev/null +++ b/charts/operator/questions.yaml @@ -0,0 +1,27 @@ +questions: +- variable: channel.defaultChannel + default: "true" + description: "Provide an Elemental OS Channel container image" + label: Elemental OS Channel + type: boolean + show_subquestion_if: true + group: "Elemental OS Channel" + subquestions: + - variable: channel.repository + default: registry.suse.com/rancher/elemental-teal-channel + description: "Specify Elemental OS channel repository" + type: string + label: Elemental OS Channel Repository + group: "Elemental OS Channel" + - variable: channel.tag + default: "1.3.4" + description: "Specify Elemental OS channel tag" + type: string + label: "Elemental OS Channel Tag" + group: "Elemental OS Channel" +- variable: debug + default: "false" + description: "Enable debug logging in the Elemental operator" + type: boolean + label: "Enable Debug Logging" + group: "Logging"