diff --git a/config/crd/bases/capsule.clastix.io_tenants.yaml b/config/crd/bases/capsule.clastix.io_tenants.yaml index 8f3f4bd0..3ac0cb7b 100644 --- a/config/crd/bases/capsule.clastix.io_tenants.yaml +++ b/config/crd/bases/capsule.clastix.io_tenants.yaml @@ -2131,8 +2131,6 @@ spec: - Namespace - Disabled type: string - required: - - allowWildcardHostnames type: object limitRanges: description: Specifies the resource min/max usage restrictions to @@ -2267,9 +2265,6 @@ spec: format: int32 minimum: 1 type: integer - required: - - forbiddenAnnotations - - forbiddenLabels type: object networkPolicies: description: Specifies the NetworkPolicies assigned to the Tenant. diff --git a/config/install.yaml b/config/install.yaml index 00e83c9d..5bfdac11 100644 --- a/config/install.yaml +++ b/config/install.yaml @@ -1997,8 +1997,6 @@ spec: - Namespace - Disabled type: string - required: - - allowWildcardHostnames type: object limitRanges: description: Specifies the resource min/max usage restrictions to the Tenant. The assigned values are inherited by any namespace created in the Tenant. Optional. @@ -2109,9 +2107,6 @@ spec: format: int32 minimum: 1 type: integer - required: - - forbiddenAnnotations - - forbiddenLabels type: object networkPolicies: description: Specifies the NetworkPolicies assigned to the Tenant. The assigned NetworkPolicies are inherited by any namespace created in the Tenant. Optional.