diff --git a/charts/capsule/crds/tenant-crd.yaml b/charts/capsule/crds/tenant-crd.yaml index c626abef..45168b26 100644 --- a/charts/capsule/crds/tenant-crd.yaml +++ b/charts/capsule/crds/tenant-crd.yaml @@ -1218,11 +1218,11 @@ spec: description: How many namespaces are assigned to the Tenant. type: integer state: - default: active - description: The operational state of the Tenant. Possible values are "active", "cordoned". + default: Active + description: The operational state of the Tenant. Possible values are "Active", "Cordoned". enum: - - cordoned - - active + - Cordoned + - Active type: string required: - size