blue-ice-67112
05/25/2022, 2:28 PMcluster_resource_manager.templates
helm value contains all the default k8s resources for a namespace(including namespace itself and ServiceAccount which we use to specify an IAM role)
2- We can specify a default IAM role for the ServiceAccounts.
3- User creates a project using flytectl create project
4- flyteadmin creates namespace, serviceaccount and all other resoruces under cluster_resource_manaager.templates
helm value.
Our projects need different default IAM roles and we want our users to not have to go to the created namespace and create a ServiceAccount then specify it for each execution.
So, is there any way to create projects with different default IAM roles/ServiceAccounts?freezing-airport-6809
icy-agent-73298
05/25/2022, 2:37 PMicy-agent-73298
05/25/2022, 2:39 PMicy-agent-73298
05/25/2022, 2:39 PMicy-agent-73298
05/25/2022, 2:39 PMblue-ice-67112
05/27/2022, 7:34 AMfreezing-airport-6809
blue-ice-67112
05/30/2022, 12:31 PM