build(helm): Tenant or Namespace scope for resource quota budgets

This commit is contained in:
Dario Tranchitella
2021-07-22 18:04:12 +02:00
parent 31863b53af
commit 4604e44c37

View File

@@ -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.