Skip to content

Commit

Permalink
Update dev resources
Browse files Browse the repository at this point in the history
Signed-off-by: Anatolii Bazko <abazko@redhat.com>
  • Loading branch information
tolusha committed Feb 27, 2023
1 parent e205110 commit 6d55913
Show file tree
Hide file tree
Showing 10 changed files with 21 additions and 12 deletions.
3 changes: 2 additions & 1 deletion api/v2/checluster_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,7 @@ type CheClusterComponents struct {
// +optional
DevfileRegistry DevfileRegistry `json:"devfileRegistry"`
// Configuration settings related to the database used by the Che installation.
// Database component is Deprecated. All properties will be ignored.
// +optional
// +operator-sdk:csv:customresourcedefinitions:type=spec,xDescriptors="urn:alm:descriptor:com.tectonic.ui:hidden"
Database Database `json:"database"`
Expand Down Expand Up @@ -302,7 +303,7 @@ type DevfileRegistry struct {
ExternalDevfileRegistries []ExternalDevfileRegistry `json:"externalDevfileRegistries,omitempty"`
}

// Database component is Deprecated.
// Database component is Deprecated. All properties will be ignored.
// Configuration settings related to the database used by the Che installation.
// +k8s:openapi-gen=true
type Database struct {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ metadata:
operators.operatorframework.io/project_layout: go.kubebuilder.io/v3
repository: https://github.com/eclipse-che/che-operator
support: Eclipse Foundation
name: eclipse-che.v7.62.0-762.next
name: eclipse-che.v7.62.0-763.next
namespace: placeholder
spec:
apiservicedefinitions: {}
Expand Down Expand Up @@ -142,7 +142,8 @@ spec:
displayName: Container registry
path: containerRegistry
- description: Configuration settings related to the database used by the
Che installation.
Che installation. Database component is Deprecated. All properties will
be ignored.
displayName: Database
path: components.database
x-descriptors:
Expand Down Expand Up @@ -1222,7 +1223,7 @@ spec:
minKubeVersion: 1.19.0
provider:
name: Eclipse Foundation
version: 7.62.0-762.next
version: 7.62.0-763.next
webhookdefinitions:
- admissionReviewVersions:
- v1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4555,7 +4555,8 @@ spec:
type: object
database:
description: Configuration settings related to the database
used by the Che installation.
used by the Che installation. Database component is Deprecated.
All properties will be ignored.
properties:
credentialsSecretName:
description: The secret that contains PostgreSQL `user`
Expand Down
3 changes: 2 additions & 1 deletion config/crd/bases/org.eclipse.che_checlusters.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4428,7 +4428,8 @@ spec:
type: object
database:
description: Configuration settings related to the database used
by the Che installation.
by the Che installation. Database component is Deprecated. All
properties will be ignored.
properties:
credentialsSecretName:
description: The secret that contains PostgreSQL `user` and
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ spec:
displayName: Container registry
path: containerRegistry
- description: Configuration settings related to the database used by the Che
installation.
installation. Database component is Deprecated. All properties will be ignored.
displayName: Database
path: components.database
x-descriptors:
Expand Down
3 changes: 2 additions & 1 deletion deploy/deployment/kubernetes/combined.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4447,7 +4447,8 @@ spec:
type: object
database:
description: Configuration settings related to the database used
by the Che installation.
by the Che installation. Database component is Deprecated. All
properties will be ignored.
properties:
credentialsSecretName:
description: The secret that contains PostgreSQL `user` and
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4442,7 +4442,8 @@ spec:
type: object
database:
description: Configuration settings related to the database used
by the Che installation.
by the Che installation. Database component is Deprecated. All
properties will be ignored.
properties:
credentialsSecretName:
description: The secret that contains PostgreSQL `user` and
Expand Down
3 changes: 2 additions & 1 deletion deploy/deployment/openshift/combined.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4447,7 +4447,8 @@ spec:
type: object
database:
description: Configuration settings related to the database used
by the Che installation.
by the Che installation. Database component is Deprecated. All
properties will be ignored.
properties:
credentialsSecretName:
description: The secret that contains PostgreSQL `user` and
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4442,7 +4442,8 @@ spec:
type: object
database:
description: Configuration settings related to the database used
by the Che installation.
by the Che installation. Database component is Deprecated. All
properties will be ignored.
properties:
credentialsSecretName:
description: The secret that contains PostgreSQL `user` and
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4442,7 +4442,8 @@ spec:
type: object
database:
description: Configuration settings related to the database used
by the Che installation.
by the Che installation. Database component is Deprecated. All
properties will be ignored.
properties:
credentialsSecretName:
description: The secret that contains PostgreSQL `user` and
Expand Down

0 comments on commit 6d55913

Please sign in to comment.