2025-03-29 14:35:32 +01:00
|
|
|
# Example with mandatory variables not filled in
|
|
|
|
|
|
|
|
```yaml
|
|
|
|
---
|
|
|
|
secret1: secrets
|
|
|
|
```
|
|
|
|
# Example with all variables modifiable
|
|
|
|
|
|
|
|
```yaml
|
|
|
|
---
|
|
|
|
secret1: secrets
|
|
|
|
secret2: value
|
2025-03-31 10:25:08 +02:00
|
|
|
secret3: value
|
2025-03-29 14:35:32 +01:00
|
|
|
```
|