Skip to content

Commit

Permalink
CHE-18682: fix failing Che operator on the k8s platforms. (#590)
Browse files Browse the repository at this point in the history
Signed-off-by: Oleksandr Andriienko <oandriie@redhat.com>
  • Loading branch information
AndrienkoAleksandr committed Dec 22, 2020
1 parent 1625b4f commit f614966
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/apis/org/v1/che_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f614966

Please sign in to comment.