Teams¶
A GlitchTipTeam CR (short name gtteam) manages a team inside a
GlitchTipOrganization.
apiVersion: glitchtip.ruck.io/v1alpha1
kind: GlitchTipTeam
metadata:
name: backend
namespace: glitchtip
spec:
organizationRef:
name: acme
deletionPolicy: Delete
Spec fields¶
| Field | Type | Default | Notes |
|---|---|---|---|
organizationRef |
ObjectRef | — | Required. The GlitchTipOrganization CR this team belongs to. |
slug |
string | metadata.name |
Requested team slug. |
deletionPolicy |
Delete | Retain |
Delete |
Delete removes the team via the API when the CR is deleted. |
Status conditions¶
| Type | Meaning |
|---|---|
Ready |
The team exists under the resolved organization. |
status.slug and status.organizationSlug (captured at creation time) are
what GlitchTipProject's teamRef resolves against — the org slug is
pinned so team deletion still works even if the organization CR's slug
changes afterwards.