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

pull/10689/head
Oscar Zhou 1 year ago committed by GitHub
parent 04c1c7d8fb
commit 6bec4cdecc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save