Skip to content

Commit

Permalink
Add missing questions.yaml file
Browse files Browse the repository at this point in the history
Signed-off-by: Julien Adamek <[email protected]>
  • Loading branch information
juadk committed Nov 21, 2023
1 parent 8cf8b03 commit 93e6b01
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 0 deletions.
5 changes: 5 additions & 0 deletions charts/operator/app-readme.md
Original file line number Diff line number Diff line change
@@ -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/).
27 changes: 27 additions & 0 deletions charts/operator/questions.yaml
Original file line number Diff line number Diff line change
@@ -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"

0 comments on commit 93e6b01

Please sign in to comment.