Commit 3727dfcd authored by Pawel Chojnacki's avatar Pawel Chojnacki

add manual_configuration to prometheus_service factory to enable it by default

parent b0d784a4
...@@ -30,6 +30,7 @@ FactoryBot.define do ...@@ -30,6 +30,7 @@ FactoryBot.define do
project project
active true active true
properties({ properties({
manual_configuration: true,
api_url: 'https://prometheus.example.com/' api_url: 'https://prometheus.example.com/'
}) })
end end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment