This commit is contained in:
		| @ -104,7 +104,7 @@ def copy_secrets(apps): | ||||
|     for s in services: | ||||
|         app_name = s.attrs['Spec']['Labels']['com.docker.stack.namespace'] | ||||
|         if (app_name in apps and | ||||
|                 app_secs := s.attrs['Spec']['TaskTemplate']['ContainerSpec'].get('Secrets')): | ||||
|                 (app_secs := s.attrs['Spec']['TaskTemplate']['ContainerSpec'].get('Secrets'))): | ||||
|             if not container_by_service.get(s.name): | ||||
|                 logging.error( | ||||
|                     f"Container {s.name} is not running, secrets can not be copied.") | ||||
|  | ||||
		Reference in New Issue
	
	Block a user