Skip to content

Commit 9776f54

Browse files
committed
fix invalid validation marker in example in quick-start.md
Signed-off-by: Luyao Zhong <[email protected]>
1 parent 0d6adf9 commit 9776f54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/book/src/quick-start.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ type GuestbookSpec struct {
107107
// +kubebuilder:validation:MinLength=1
108108
ConfigMapName string `json:"configMapName"`
109109

110-
// +kubebuilder:validation:Enum=Phone,Address,Name
110+
// +kubebuilder:validation:Enum=Phone;Address;Name
111111
Type string `json:"alias,omitempty"`
112112
}
113113

0 commit comments

Comments
 (0)