The current example config yaml displays the groups as an array, whereas it should be a map, i.e. ```yaml groups: - name: services repositories: - auth-service - user-service ``` should be ```yaml groups: services: repositories: - auth-service - user-service ```
The current example config yaml displays the groups as an array, whereas it should be a map, i.e.
should be