rougail-output-doc/tests/results/test_namespace_examples/00_6port.md

6 KiB

Table of Contents

Variables for "Rougail"

Variable                                                                                                 Description                                                                                             
rougail.variable1
port basic mandatory
A port variable.
rougail.variable2
port standard mandatory
A port variable with default value.
Default: 8080
rougail.variable3
port standard mandatory
A port variable with integer default value.
Default: 8080

Example with mandatory variables not filled in

---
rougail:
  variable1: '111'

Example with all variables modifiable

---
rougail:
  variable1: '111'
  variable2: '8080'
  variable3: '8080'