fix(edgestack): allow to set retry deployment toggle EE-6167 (#10676) (#10805)

Co-authored-by: Oscar Zhou <100548325+oscarzhou-portainer@users.noreply.github.com>
pull/10918/head
matias-portainer 2023-12-15 11:51:19 -03:00 committed by GitHub
parent d3b150b29c
commit eee632b22d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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,
});