mirror of
https://github.com/projectcapsule/capsule.git
synced 2026-08-25 16:07:24 +00:00
chore(kustomize): adding required omitempty for ux
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user