|
@@ -211,6 +211,7 @@ const AWSFormSectionFC: React.FC<PropsType> = (props) => {
|
|
|
aws_integration_id: awsIntegrationId,
|
|
aws_integration_id: awsIntegrationId,
|
|
|
eks_name: clusterName,
|
|
eks_name: clusterName,
|
|
|
machine_type: awsMachineType,
|
|
machine_type: awsMachineType,
|
|
|
|
|
+ issuer_email: context.user.email,
|
|
|
},
|
|
},
|
|
|
{ id: currentProject.id }
|
|
{ id: currentProject.id }
|
|
|
);
|
|
);
|