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:
parent
04c1c7d8fb
commit
6bec4cdecc
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue