build(kustomize): Tenant status enums must be capitalized

This commit is contained in:
Dario Tranchitella
2021-08-10 18:47:15 +02:00
parent bc6fc920d3
commit 007f0083c2
2 changed files with 8 additions and 8 deletions

View File

@@ -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

View File

@@ -1297,11 +1297,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