Skip to content

Commit

Permalink
feat: add questions-ui.yml
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
jvanz committed Dec 19, 2023
1 parent 2fa0b11 commit e39451f
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions questions-ui.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit e39451f

Please sign in to comment.