8 lines
322 B
YAML
8 lines
322 B
YAML
|
---
|
||
|
features:
|
||
|
- Adds support for multiple globals files.
|
||
|
The main ``globals.yml`` file still exists. In addition to that,
|
||
|
operators can now create a ``globals.d`` directory (next to
|
||
|
``globals.yml``), where they can place any number of ``*.yml`` files,
|
||
|
for example for specific services they want to add.
|