Pārlūkot izejas kodu

hotfix for eks provisioning

Alexander Belanger 4 gadi atpakaļ
vecāks
revīzija
163bb19f37

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