From f6149669b7440c668496871213366fb72c999022 Mon Sep 17 00:00:00 2001 From: Oleksandr Andriienko Date: Tue, 22 Dec 2020 17:00:00 +0200 Subject: [PATCH] CHE-18682: fix failing Che operator on the k8s platforms. (#590) Signed-off-by: Oleksandr Andriienko --- 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 0b4ca090f2..de889a757c 100644 --- a/pkg/apis/org/v1/che_types.go +++ b/pkg/apis/org/v1/che_types.go @@ -414,7 +414,7 @@ type CheClusterSpecAuth struct { // and have their workspaces created under personal OpenShift namespaces. // WARNING: the `kubeadmin` user is NOT supported, and logging through it will NOT allow accessing the Che Dashboard. // +optional - OpenShiftoAuth *bool `json:"openShiftoAuth"` + OpenShiftoAuth *bool `json:"openShiftoAuth,omitempty"` // Name of the OpenShift `OAuthClient` resource used to setup identity federation on the OpenShift side. Auto-generated if left blank. // See also the `OpenShiftoAuth` field. // +optional