refactor(rancher): rewrite configuration system.
This commit is contained in:
parent
5f71a43758
commit
ca680710a2
5 changed files with 229 additions and 650 deletions
|
@ -45,7 +45,7 @@ func (p *Provider) metadataProvide(configurationChan chan<- types.ConfigMessage,
|
|||
}
|
||||
|
||||
rancherData := parseMetadataSourcedRancherData(stacks)
|
||||
configuration := p.loadRancherConfig(rancherData)
|
||||
configuration := p.buildConfiguration(rancherData)
|
||||
configurationChan <- types.ConfigMessage{
|
||||
ProviderName: "rancher",
|
||||
Configuration: configuration,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue