Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
76 changes: 0 additions & 76 deletions config/crd/bases/toolchain.dev.openshift.com_toolchainconfigs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -563,44 +563,6 @@ spec:
to deploy the autoscaler buffer
type: boolean
type: object
che:
description: Keeps parameters concerned with Che/CRW
properties:
keycloakRouteName:
description: Defines the Che/CRW Keycloak route name
type: string
namespace:
description: Defines the Che/CRW operator namespace
type: string
required:
description: Defines a flag that indicates whether the
Che/CRW operator is required to be installed on the
cluster. May be used in monitoring.
type: boolean
routeName:
description: Defines the Che/CRW route name
type: string
secret:
description: Defines all secrets related to Che configuration
properties:
cheAdminPasswordKey:
description: The key for the Che admin password in
the secret values map
type: string
cheAdminUsernameKey:
description: The key for the Che admin username in
the secret values map
type: string
ref:
description: Reference is the name of the secret resource
to look up
type: string
type: object
userDeletionEnabled:
description: Defines a flag to turn the Che user deletion
logic on/off
type: boolean
type: object
console:
description: Keeps parameters concerned with the console
properties:
Expand Down Expand Up @@ -703,44 +665,6 @@ spec:
to deploy the autoscaler buffer
type: boolean
type: object
che:
description: Keeps parameters concerned with Che/CRW
properties:
keycloakRouteName:
description: Defines the Che/CRW Keycloak route name
type: string
namespace:
description: Defines the Che/CRW operator namespace
type: string
required:
description: Defines a flag that indicates whether the
Che/CRW operator is required to be installed on the
cluster. May be used in monitoring.
type: boolean
routeName:
description: Defines the Che/CRW route name
type: string
secret:
description: Defines all secrets related to Che configuration
properties:
cheAdminPasswordKey:
description: The key for the Che admin password
in the secret values map
type: string
cheAdminUsernameKey:
description: The key for the Che admin username
in the secret values map
type: string
ref:
description: Reference is the name of the secret
resource to look up
type: string
type: object
userDeletionEnabled:
description: Defines a flag to turn the Che user deletion
logic on/off
type: boolean
type: object
console:
description: Keeps parameters concerned with the console
properties:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -542,10 +542,6 @@ spec:
description: Routes/URLs of the cluster, such as Console
and Che Dashboard URLs
properties:
cheDashboardURL:
description: CheDashboardURL is the Che Dashboard URL
of the cluster if Che is installed
type: string
conditions:
description: |-
Conditions is an array of current member operator status conditions
Expand Down
Loading