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

Commit

Permalink
added copy volumes from to keepalive service
Browse files Browse the repository at this point in the history
  • Loading branch information
svensp committed Aug 20, 2019
1 parent 02f2776 commit a7b4f03
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/Blueprint/Keepalive/KeepaliveService.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ 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->targetService->resetSidekicks();
$this->copyLabels($this->targetService);
$this->targetService->setNetworkMode( new ShareNetworkMode($this) );
Expand Down

0 comments on commit a7b4f03

Please sign in to comment.