Skip to content
This repository has been archived by the owner on Nov 19, 2024. It is now read-only.

Commit

Permalink
dont add target service ad copy volumes from, straight up copy its co…
Browse files Browse the repository at this point in the history
…pyVolumesFrom
  • Loading branch information
svensp committed Aug 21, 2019
1 parent a7b4f03 commit dab180f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Blueprint/Keepalive/KeepaliveService.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ public function takeOver()
$this->copySidekicks($this->targetService);
$this->addSidekick($this->targetService);
// copy volumes from so volume-from sidekicks are also added
$this->addCopyVolumesFrom($this->targetService);
$this->copyVolumesFrom = $this->targetService->copyVolumesFrom;
$this->targetService->resetSidekicks();
$this->copyLabels($this->targetService);
$this->targetService->setNetworkMode( new ShareNetworkMode($this) );
Expand Down

0 comments on commit dab180f

Please sign in to comment.