Mücahit
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?Ketan (kumare3)
Prafulla Mahindrakar
05/25/2022, 2:37 PMMücahit
05/27/2022, 7:34 AMKetan (kumare3)
Mücahit
05/30/2022, 12:31 PM