rougail-output-doc/tests/results/test_namespace_examples_comment/00_6secret.adoc
2026-06-21 17:05:27 +02:00

19 lines
373 B
Text

== Example with mandatory variables not filled in
[,yaml]
----
---
rougail: # Rougail
secret1: secrets # The first variable
----
== Example with all modifiable variables
[,yaml]
----
---
rougail: # Rougail
secret1: secrets # The first variable
secret2: value # The second variable
----