Skip to content

Commit

Permalink
added return in start-stop
Browse files Browse the repository at this point in the history
  • Loading branch information
RajeevRanjan27 committed Feb 5, 2025
1 parent 88eb9dc commit 6d6e0c5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/deployment/deployedApp/DeployedAppService.go
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ func (impl *DeployedAppServiceImpl) stopStartApp(ctx context.Context, stopReques
err = impl.setStopTemplate(stopRequest)
if err != nil {
impl.logger.Errorw("error in configuring stopTemplate stopStartApp", "stopRequest", stopRequest, "err", err)
return 0, err
}
overrideRequest.AdditionalOverride = json.RawMessage([]byte(stopRequest.StopPatch))
overrideRequest.DeploymentType = models.DEPLOYMENTTYPE_STOP
Expand Down

0 comments on commit 6d6e0c5

Please sign in to comment.