diff --git a/api/v2/checluster_types.go b/api/v2/checluster_types.go index 0c258f2fbf..69b4d1ba42 100644 --- a/api/v2/checluster_types.go +++ b/api/v2/checluster_types.go @@ -353,7 +353,7 @@ type DashboardHeaderMessage struct { Show bool `json:"show,omitempty"` // Warning message displayed on the user dashboard. // +optional - Text string `json:"warning,text"` + Text string `json:"text,omitempty"` } type TrustedCerts struct { diff --git a/bundle/next/eclipse-che-preview-openshift/manifests/org.eclipse.che_checlusters.yaml b/bundle/next/eclipse-che-preview-openshift/manifests/org.eclipse.che_checlusters.yaml index 023d3a04c9..905775f259 100644 --- a/bundle/next/eclipse-che-preview-openshift/manifests/org.eclipse.che_checlusters.yaml +++ b/bundle/next/eclipse-che-preview-openshift/manifests/org.eclipse.che_checlusters.yaml @@ -4471,7 +4471,7 @@ spec: show: description: Instructs dashboard to show the message. type: boolean - warning: + text: description: Warning message displayed on the user dashboard. type: string type: object diff --git a/config/crd/bases/org.eclipse.che_checlusters.yaml b/config/crd/bases/org.eclipse.che_checlusters.yaml index a7eb5543cd..b23b6f74e2 100644 --- a/config/crd/bases/org.eclipse.che_checlusters.yaml +++ b/config/crd/bases/org.eclipse.che_checlusters.yaml @@ -4344,7 +4344,7 @@ spec: show: description: Instructs dashboard to show the message. type: boolean - warning: + text: description: Warning message displayed on the user dashboard. type: string type: object diff --git a/deploy/deployment/kubernetes/combined.yaml b/deploy/deployment/kubernetes/combined.yaml index ec5e65b7b9..72d2a80da5 100644 --- a/deploy/deployment/kubernetes/combined.yaml +++ b/deploy/deployment/kubernetes/combined.yaml @@ -2912,7 +2912,7 @@ spec: show: description: Instructs dashboard to show the message. type: boolean - warning: + text: description: Warning message displayed on the user dashboard. type: string type: object diff --git a/deploy/deployment/kubernetes/objects/checlusters.org.eclipse.che.CustomResourceDefinition.yaml b/deploy/deployment/kubernetes/objects/checlusters.org.eclipse.che.CustomResourceDefinition.yaml index 045709c0eb..a54d29594c 100644 --- a/deploy/deployment/kubernetes/objects/checlusters.org.eclipse.che.CustomResourceDefinition.yaml +++ b/deploy/deployment/kubernetes/objects/checlusters.org.eclipse.che.CustomResourceDefinition.yaml @@ -2907,7 +2907,7 @@ spec: show: description: Instructs dashboard to show the message. type: boolean - warning: + text: description: Warning message displayed on the user dashboard. type: string type: object diff --git a/deploy/deployment/openshift/combined.yaml b/deploy/deployment/openshift/combined.yaml index 8aefcfe502..35408e0748 100644 --- a/deploy/deployment/openshift/combined.yaml +++ b/deploy/deployment/openshift/combined.yaml @@ -2912,7 +2912,7 @@ spec: show: description: Instructs dashboard to show the message. type: boolean - warning: + text: description: Warning message displayed on the user dashboard. type: string type: object diff --git a/deploy/deployment/openshift/objects/checlusters.org.eclipse.che.CustomResourceDefinition.yaml b/deploy/deployment/openshift/objects/checlusters.org.eclipse.che.CustomResourceDefinition.yaml index f4ba6975af..ca2eeddfad 100644 --- a/deploy/deployment/openshift/objects/checlusters.org.eclipse.che.CustomResourceDefinition.yaml +++ b/deploy/deployment/openshift/objects/checlusters.org.eclipse.che.CustomResourceDefinition.yaml @@ -2907,7 +2907,7 @@ spec: show: description: Instructs dashboard to show the message. type: boolean - warning: + text: description: Warning message displayed on the user dashboard. type: string type: object diff --git a/helmcharts/next/crds/checlusters.org.eclipse.che.CustomResourceDefinition.yaml b/helmcharts/next/crds/checlusters.org.eclipse.che.CustomResourceDefinition.yaml index 045709c0eb..a54d29594c 100644 --- a/helmcharts/next/crds/checlusters.org.eclipse.che.CustomResourceDefinition.yaml +++ b/helmcharts/next/crds/checlusters.org.eclipse.che.CustomResourceDefinition.yaml @@ -2907,7 +2907,7 @@ spec: show: description: Instructs dashboard to show the message. type: boolean - warning: + text: description: Warning message displayed on the user dashboard. type: string type: object