mirror of
https://github.com/rancher/os.git
synced 2025-09-01 06:40:31 +00:00
Fix naming of external services (e.g. specified by rancher.services_include)
Add container_name key to service configuration.
This commit is contained in:
@@ -194,7 +194,6 @@ func amendContainerNames(c *CloudConfig) (*CloudConfig, error) {
|
||||
c.Rancher.Services,
|
||||
} {
|
||||
for k, v := range scm {
|
||||
v.Name = k
|
||||
v.ContainerName = k
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user