Move docker provider to its own package 👼
Makes it simpler to manage :) Signed-off-by: Vincent Demeester <vincent@sbr.pm>
This commit is contained in:
parent
dc01094863
commit
3f293ee25b
17 changed files with 163 additions and 161 deletions
|
@ -108,7 +108,7 @@ func (provider *Eureka) buildConfiguration() (*types.Configuration, error) {
|
|||
applications.Applications,
|
||||
}
|
||||
|
||||
configuration, err := provider.getConfiguration("templates/eureka.tmpl", EurekaFuncMap, templateObjects)
|
||||
configuration, err := provider.GetConfiguration("templates/eureka.tmpl", EurekaFuncMap, templateObjects)
|
||||
if err != nil {
|
||||
log.Error(err)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue