mirror of
https://github.com/kemko/nomad.git
synced 2026-01-06 18:35:44 +03:00
Rename consulConfig to consulAgentConfig
This commit is contained in:
@@ -278,7 +278,7 @@ func (a *Agent) clientConfig() (*clientconfig.Config, error) {
|
||||
conf.Version = fmt.Sprintf("%s%s", a.config.Version, a.config.VersionPrerelease)
|
||||
conf.Revision = a.config.Revision
|
||||
|
||||
conf.ConsulAgentConfig = a.consulConfig
|
||||
conf.ConsulAgentConfig = a.consulAgentConfig
|
||||
|
||||
conf.StatsDataPoints = a.config.Client.StatsConfig.DataPoints
|
||||
conf.StatsCollectionInterval = a.config.Client.StatsConfig.collectionInterval
|
||||
|
||||
Reference in New Issue
Block a user