From 4604e44c3746191f48b53de095c4791c9897b4a3 Mon Sep 17 00:00:00 2001 From: Dario Tranchitella Date: Thu, 22 Jul 2021 18:04:12 +0200 Subject: [PATCH] build(helm): Tenant or Namespace scope for resource quota budgets --- charts/capsule/crds/tenant-crd.yaml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/charts/capsule/crds/tenant-crd.yaml b/charts/capsule/crds/tenant-crd.yaml index 5e578775..582c2f4d 100644 --- a/charts/capsule/crds/tenant-crd.yaml +++ b/charts/capsule/crds/tenant-crd.yaml @@ -1126,6 +1126,13 @@ spec: type: array type: object type: array + scope: + default: Tenant + description: Define if the Resource Budget should compute resource across all Namespaces in the Tenant or individually per cluster. Default is Tenant + enum: + - Tenant + - Namespace + type: string type: object serviceOptions: description: Specifies options for the Service, such as additional metadata or block of certain type of Services. Optional.