Skip to content

Commit

Permalink
Update api/v2/checluster_types.go
Browse files Browse the repository at this point in the history
Co-authored-by: David Kwon <dakwon@redhat.com>
  • Loading branch information
mkuznyetsov and dkwon17 authored Sep 16, 2024
1 parent f8e0ab8 commit 85d1d63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/v2/checluster_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ type CheClusterDevEnvironments struct {
// here will not trigger workspace failures.
// +kubebuilder:default:={"FailedScheduling"}
// +optional
IgnoredUnrecoverableEvents []string `json:"ignoredUnrecoverableEvents,omitempty"`
IgnoredUnrecoverableEvents []string `json:"ignoredUnrecoverableEvents"`
}

// Che components configuration.
Expand Down

0 comments on commit 85d1d63

Please sign in to comment.