Teams
A team is a group of users (team members) and it can be granted access to clusters by creating cluster accounts for the team similar to cluster accounts of users.
SSO-Based Teams
If you have a single sign-on provider connected to Loft, the groups provided by your SSO provider are typically the basis for your teams in Loft.
Configuration
Metadata
Display Name
JSONPath in Team CRD:
spec.displayName (type: string)
Kubernetes Name
JSONPath in Team CRD:
metadata.name (type: string)
Description
JSONPath in Team CRD:
spec.description (type: string)
Labels
JSONPath in Team CRD:
metadata.labels (type: map[string]string)
Annotations
JSONPath in Team CRD:
metadata.annotations (type: map[string]string)
Team Members
Users
JSONPath in Team CRD:
spec.users (type: string[])
Kubernetes Groups
JSONPath in Team CRD:
spec.groups (type: string[])
Advanced Options
Cluster Roles
JSONPath in Team CRD:
spec.clusterRoles (type: ClusterRoleRef[])
Image Pull Secrets
JSONPath in Team CRD:
spec.imagePullSecrets (type: SecretRef[])
Access To Team
JSONPath in Team CRD:
spec.access (type: Access[])