Change service name in rancher provider to make webui service details view work
This commit is contained in:
parent
00db3a0922
commit
5b1dc0bfbd
1 changed files with 1 additions and 1 deletions
|
@ -193,7 +193,7 @@ func (p *Provider) parseMetadataSourcedRancherData(ctx context.Context, stacks [
|
|||
}
|
||||
|
||||
service := rancherData{
|
||||
Name: service.Name + "/" + stack.Name,
|
||||
Name: service.Name + "_" + stack.Name,
|
||||
State: service.State,
|
||||
Labels: service.Labels,
|
||||
Port: servicePort,
|
||||
|
|
Loading…
Reference in a new issue