Bläddra i källkod

Merge pull request #1380 from porter-dev/master

EKS form hot fix -> staging
abelanger5 4 år sedan
förälder
incheckning
8c1a15620e
1 ändrade filer med 1 tillägg och 0 borttagningar
  1. 1 0
      dashboard/src/main/home/provisioner/AWSFormSection.tsx

+ 1 - 0
dashboard/src/main/home/provisioner/AWSFormSection.tsx

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