Skip to content

Commit e7459bc

Browse files
committed
feature: definition of the "disabled integrations" in the CRD
Defines the "disabled integrations" field for the ToolchainConfig CRD. SANDBOX-1769
1 parent 4ff1ff9 commit e7459bc

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

config/crd/bases/toolchain.dev.openshift.com_toolchainconfigs.yaml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -403,6 +403,21 @@ spec:
403403
WorkatoWebHookURL is used by the UI to push events to Marketo for analytics purposes.
404404
The webhook URL is unique per environment.
405405
type: string
406+
disabledIntegrations:
407+
description: |-
408+
DisabledIntegrations specifies the list of integrations that should be
409+
hidden/disabled in the UI. When nil or empty, all integrations are
410+
considered enabled. Only listed integrations are hidden.
411+
items:
412+
enum:
413+
- openshift
414+
- openshift-ai
415+
- devspaces
416+
- ansible-automation-platform
417+
- openshift-virtualization
418+
type: string
419+
type: array
420+
x-kubernetes-list-type: set
406421
type: object
407422
spaceConfig:
408423
description: Keeps parameters necessary for configuring Space

0 commit comments

Comments
 (0)