Skip to content

Commit

Permalink
Fix usersignup email printcolumn
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeykazakov committed Feb 9, 2024
1 parent 661b630 commit e632598
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/v1alpha1/usersignup_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ type UserSignupStatus struct {
// +kubebuilder:printcolumn:name="ApprovedBy",type="string",JSONPath=`.status.conditions[?(@.type=="Approved")].reason`,priority=1
// +kubebuilder:printcolumn:name="States",type="string",JSONPath=`.spec.states`,priority=1
// +kubebuilder:printcolumn:name="CompliantUsername",type="string",JSONPath=`.status.compliantUsername`
// +kubebuilder:printcolumn:name="Email",type="string",JSONPath=`.metadata.annotations.toolchain\.dev\.openshift\.com/user-email`
// +kubebuilder:printcolumn:name="Email",type="string",JSONPath=`.spec.identityClaims.email`
// +kubebuilder:validation:XPreserveUnknownFields
// +operator-sdk:gen-csv:customresourcedefinitions.displayName="User Signup"
type UserSignup struct {
Expand Down

0 comments on commit e632598

Please sign in to comment.