Ver Fonte

hotfix for eks provisioning

Alexander Belanger há 4 anos atrás
pai
commit
163bb19f37
1 ficheiros alterados com 1 adições e 0 exclusões
  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 }
       );
       );