chore(helm): adding required omitempty for ux

This commit is contained in:
Dario Tranchitella
2023-01-28 11:42:34 +01:00
parent 1b51a4777d
commit 91a979edc4
-5
View File
@@ -1433,8 +1433,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.
@@ -1545,9 +1543,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.