Allow percentage-based rolling deployments

This commit is contained in:
Kevin McConnell
2023-04-14 11:26:10 +01:00
parent a8726be20e
commit f055766918
7 changed files with 60 additions and 12 deletions

View File

@@ -88,7 +88,7 @@ class Mrsk::Configuration
end
def boot
Mrsk::Configuration::Boot.new(section: raw_config.boot)
Mrsk::Configuration::Boot.new(config: self)
end