Skip to content

Commit 0bb532f

Browse files
committed
Fix status output column annotation for Sid
1 parent 488cdf6 commit 0bb532f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apis/database/v1alpha1/singleinstancedatabase_types.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ type SingleInstanceDatabaseStatus struct {
177177
//+kubebuilder:subresource:status
178178
// +kubebuilder:subresource:scale:specpath=.spec.replicas,statuspath=.status.replicas
179179
// +kubebuilder:printcolumn:JSONPath=".status.edition",name="Edition",type="string"
180-
// +kubebuilder:printcolumn:JSONPath=".status.sid",name="Sid",type="string,priority=1"
180+
// +kubebuilder:printcolumn:JSONPath=".status.sid",name="Sid",type="string",priority=1
181181
// +kubebuilder:printcolumn:JSONPath=".status.status",name="Status",type="string"
182182
// +kubebuilder:printcolumn:JSONPath=".status.role",name="Role",type="string"
183183
// +kubebuilder:printcolumn:JSONPath=".status.releaseUpdate",name="Version",type="string"

0 commit comments

Comments
 (0)