From 4b7aeeb1a4434bc707c4bf8c628e6686e0adcd21 Mon Sep 17 00:00:00 2001 From: Anatolii Bazko Date: Thu, 15 Jul 2021 14:28:29 +0300 Subject: [PATCH] Fix Signed-off-by: Anatolii Bazko --- pkg/apis/org/v1/che_types.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/apis/org/v1/che_types.go b/pkg/apis/org/v1/che_types.go index da2beedfd4..10774a661a 100644 --- a/pkg/apis/org/v1/che_types.go +++ b/pkg/apis/org/v1/che_types.go @@ -142,7 +142,7 @@ type CheClusterSpecServer struct { UseInternalClusterSVCNames bool `json:"useInternalClusterSVCNames"` // Disable internal cluster SVC names usage to communicate between components to speed up the traffic and avoid proxy issues. // +optional - DisableInternalClusterSVCNames *bool `json:"disableInternalClusterSVCNames"` + DisableInternalClusterSVCNames *bool `json:"disableInternalClusterSVCNames,omitempty"` // Overrides the container image used in the dashboard deployment. // This includes the image tag. Omit it or leave it empty to use the default container image provided by the Operator. // +optional