Commit 67d83675 authored by Muhammad Rehan's avatar Muhammad Rehan

Sample question test

parent cba40a21
...@@ -9,6 +9,8 @@ groups: ...@@ -9,6 +9,8 @@ groups:
description: "Set the environment that will be visible to the container" description: "Set the environment that will be visible to the container"
- name: "Resource Limits" - name: "Resource Limits"
description: "Set CPU/memory limits for Kubernetes Pod" description: "Set CPU/memory limits for Kubernetes Pod"
- name: "Configure Coins"
description: "Configure different coins"
portals: portals:
web_portal: web_portal:
...@@ -188,3 +190,20 @@ questions: ...@@ -188,3 +190,20 @@ questions:
type: string type: string
show_if: [["enableResourceLimits", "=", true]] show_if: [["enableResourceLimits", "=", true]]
valid_chars: "^([+-]?[0-9.]+)([eEinumkKMGTP]*[-+]?[0-9]*)$" valid_chars: "^([+-]?[0-9.]+)([eEinumkKMGTP]*[-+]?[0-9]*)$"
- variable: enableStor
label: "Enable Stor"
group: "Configure Coins"
schema:
type: boolean
default: true
- variable: coins.7.apiPort.nodePort
label: "Machinaris-Stor API Port"
group: "Configure Coins"
description: "API Port for Machinaris-Stor"
schema:
type: int
min: 9000
max: 65535
default: 9004
show_if: [["enableStor", "=", true]]
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment