Skip to content

Commit 163a820

Browse files
authored
Merge pull request #1262 from LuyaoZhong/master
fix invalid validation marker in example in quick-start.md
2 parents 86dc861 + 9776f54 commit 163a820

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/book/src/quick-start.md

Lines changed: 1 addition & 1 deletion
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)