mirror of https://github.com/portainer/portainer
fix(edgestack): set retry deployment (#10676)
parent
04c1c7d8fb
commit
6bec4cdecc
|
@ -101,6 +101,7 @@ export class EditEdgeStackViewController {
|
|||
edgeGroups: values.edgeGroups,
|
||||
deploymentType: values.deploymentType,
|
||||
updateVersion,
|
||||
retryDeploy: values.retryDeploy,
|
||||
webhook: values.webhookEnabled ? this.stack.Webhook || createWebhookId() : '',
|
||||
envVars: values.envVars,
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue