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

20 lines
234 B
Markdown
Raw Normal View History

---
gitea: none
include_toc: true
---
2025-02-10 09:52:12 +01:00
# Example with mandatory variables not filled in
```yaml
---
2025-02-10 09:52:12 +01:00
rougail:
secret1: secrets
```
2025-02-10 09:52:12 +01:00
# Example with all variables modifiable
2025-02-10 09:52:12 +01:00
```yaml
---
rougail:
secret1: secrets
secret2: value
```