From 52aa83796e576365828ddb71d8d67b3c16297b30 Mon Sep 17 00:00:00 2001 From: Siarhei Rasiukevich Date: Fri, 24 Nov 2023 12:30:15 +0200 Subject: [PATCH] chore(kustomize): update kustomize crd Signed-off-by: Siarhei Rasiukevich --- config/install.yaml | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) diff --git a/config/install.yaml b/config/install.yaml index ad90fb18..7e5be908 100644 --- a/config/install.yaml +++ b/config/install.yaml @@ -1799,6 +1799,26 @@ spec: required: - allowed type: object + forbiddenAnnotations: + description: Define the annotations that a Tenant Owner cannot set for their Service resources. + properties: + denied: + items: + type: string + type: array + deniedRegex: + type: string + type: object + forbiddenLabels: + description: Define the labels that a Tenant Owner cannot set for their Service resources. + properties: + denied: + items: + type: string + type: array + deniedRegex: + type: string + type: object type: object storageClasses: description: Specifies the allowed StorageClasses assigned to the Tenant. Capsule assures that all PersistentVolumeClaim resources created in the Tenant can use only one of the allowed StorageClasses. Optional. @@ -2632,6 +2652,26 @@ spec: required: - allowed type: object + forbiddenAnnotations: + description: Define the annotations that a Tenant Owner cannot set for their Service resources. + properties: + denied: + items: + type: string + type: array + deniedRegex: + type: string + type: object + forbiddenLabels: + description: Define the labels that a Tenant Owner cannot set for their Service resources. + properties: + denied: + items: + type: string + type: array + deniedRegex: + type: string + type: object type: object storageClasses: description: Specifies the allowed StorageClasses assigned to the Tenant. Capsule assures that all PersistentVolumeClaim resources created in the Tenant can use only one of the allowed StorageClasses. A default value can be specified, and all the PersistentVolumeClaim resources created will inherit the declared class. Optional.