fix for get user kubeconfig

This commit is contained in:
niravparikh05
2022-04-25 17:59:31 +05:30
parent db7be6e26e
commit 6cc5864082

View File

@@ -103,7 +103,7 @@ func getProjectsForAccount(ctx context.Context, accountID, orgID, partnerID stri
}
projects = append(projects, ap.ProjectID)
projectsMap[ap.ProjectID] = ap.Scope
if ap.Scope == "ORGANIZATION" {
if ap.Scope == "organization" {
isOrgScope = true
}
}