From 1b51a4777d668a140c5c4eee511e24855aae212d Mon Sep 17 00:00:00 2001 From: Dario Tranchitella Date: Thu, 26 Jan 2023 09:24:02 +0100 Subject: [PATCH] chore(kustomize): adding required omitempty for ux --- config/crd/bases/capsule.clastix.io_tenants.yaml | 5 ----- config/install.yaml | 5 ----- 2 files changed, 10 deletions(-) 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.