Skip to content

Commit ace0371

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

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

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

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -403,6 +403,15 @@ 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+
enabledIntegrations:
407+
description: |-
408+
EnabledIntegrations specifies the list of integrations that should be
409+
visible/enabled in the UI. When nil or empty, all integrations are
410+
considered enabled. When populated, only the listed integrations are shown.
411+
items:
412+
type: string
413+
type: array
414+
x-kubernetes-list-type: set
406415
type: object
407416
spaceConfig:
408417
description: Keeps parameters necessary for configuring Space

0 commit comments

Comments
 (0)