Skip to content

Issues with config.yml #1

Description

@Evergrin

Hello!
There are some issues with configuration file.
If I take the conf file as it is, just with my addresses and passwords, it doesn't pass the yaml-lint, because of the following error:
yamllint config_basic.yml config_basic.yml 3:1 error syntax error: expected <block end>, but found '-'
And if I insert the word 'names:' just before it (like following)
`---
interval: '30s'
names:

  • name: 'router'
    enabled: 'true'
    `
    the config file passes the yaml-lint test, but the container just exits with (0) exit code.
    Is it the way the container supposed to behave?
    Can you advice, how can I use it?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions