feat(edge): add EnvVar to stack details [EE-5463] (#9036)
This commit is contained in:
@@ -102,6 +102,7 @@ export class EditEdgeStackViewController {
|
||||
deploymentType: values.deploymentType,
|
||||
updateVersion,
|
||||
webhook: values.webhookEnabled ? this.stack.Webhook || createWebhookId() : '',
|
||||
envVars: values.envVars,
|
||||
});
|
||||
this.Notifications.success('Success', 'Stack successfully deployed');
|
||||
this.state.isStackDeployed = true;
|
||||
|
||||
Reference in New Issue
Block a user