Skip to content

Commit cbe7427

Browse files
authored
Merge pull request #567 from rancher/add_question_yaml_file
Add missing questions.yaml file
2 parents 8cf8b03 + 93e6b01 commit cbe7427

File tree

2 files changed

+32
-0
lines changed

2 files changed

+32
-0
lines changed

charts/operator/app-readme.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Elemental
2+
3+
Elemental brings to Rancher the ability to install and manage the OS of bare metal and virtualized machines.
4+
5+
For more information on how to deploy an Elemental Cluster, follow the [official documentation](https://elemental.docs.rancher.com/).

charts/operator/questions.yaml

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
questions:
2+
- variable: channel.defaultChannel
3+
default: "true"
4+
description: "Provide an Elemental OS Channel container image"
5+
label: Elemental OS Channel
6+
type: boolean
7+
show_subquestion_if: true
8+
group: "Elemental OS Channel"
9+
subquestions:
10+
- variable: channel.repository
11+
default: registry.suse.com/rancher/elemental-teal-channel
12+
description: "Specify Elemental OS channel repository"
13+
type: string
14+
label: Elemental OS Channel Repository
15+
group: "Elemental OS Channel"
16+
- variable: channel.tag
17+
default: "1.3.4"
18+
description: "Specify Elemental OS channel tag"
19+
type: string
20+
label: "Elemental OS Channel Tag"
21+
group: "Elemental OS Channel"
22+
- variable: debug
23+
default: "false"
24+
description: "Enable debug logging in the Elemental operator"
25+
type: boolean
26+
label: "Enable Debug Logging"
27+
group: "Logging"

0 commit comments

Comments
 (0)