Update service documentation with correct toml
What does this MR do?
Update service documentation with correct toml
Why was this MR needed?
- The example had invalid
tomlsyntax. - The
allowed_serviceshad the incorrect list since we add specifymysql,redis, andpostgresas services so if the user copy pastes the configuration would not work.