chore(code): clean-up the code BE-12818 (#2260)

This commit is contained in:
andres-portainer
2026-04-08 20:04:27 -03:00
committed by GitHub
parent def415b6f3
commit 8f563220df
30 changed files with 48 additions and 109 deletions
@@ -62,7 +62,7 @@ func (b *ComposeStackGitBuilder) Deploy(ctx context.Context, payload *StackPaylo
return b
}
composeDeploymentConfig, err := deployments.CreateComposeStackDeploymentConfig(b.SecurityContext, b.stack, endpoint, b.dataStore, b.fileService, b.stackDeployer, false, false, false)
composeDeploymentConfig, err := deployments.CreateComposeStackDeploymentConfigTx(b.dataStore, b.SecurityContext, b.stack, endpoint, b.fileService, b.stackDeployer, false, false, false)
if err != nil {
b.err = err
return b