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,
|
edgeGroups: values.edgeGroups,
|
||||||
deploymentType: values.deploymentType,
|
deploymentType: values.deploymentType,
|
||||||
updateVersion,
|
updateVersion,
|
||||||
|
retryDeploy: values.retryDeploy,
|
||||||
webhook: values.webhookEnabled ? this.stack.Webhook || createWebhookId() : '',
|
webhook: values.webhookEnabled ? this.stack.Webhook || createWebhookId() : '',
|
||||||
envVars: values.envVars,
|
envVars: values.envVars,
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue