1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-07-23 15:29:42 +02:00

fix(edgestack): set retry deployment (#10676)

This commit is contained in:
Oscar Zhou 2023-11-24 13:45:10 +13:00 committed by GitHub
parent 04c1c7d8fb
commit 6bec4cdecc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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