Update the namespace name to be group name only
This commit is contained in:
Родитель
3ba685f470
Коммит
0586e767d6
|
@ -180,7 +180,7 @@ class DockerComposeParser(object):
|
|||
self._deploy_registry_secret()
|
||||
|
||||
all_deployments = self._parse_compose()
|
||||
namespace = self.group_info.get_id()
|
||||
namespace = self.group_info.name
|
||||
|
||||
for deployment_item in all_deployments:
|
||||
service_json = deployment_item['service_json']
|
||||
|
|
Загрузка…
Ссылка в новой задаче