Skip to content

Commit e3ecca4

Browse files
committed
issue: increase MaxItems for CACertificateRefs validation
1 parent 03e0886 commit e3ecca4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apis/v1/gateway_types.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -750,7 +750,7 @@ type FrontendTLSValidation struct {
750750
//
751751
// +required
752752
// +listType=atomic
753-
// +kubebuilder:validation:MaxItems=8
753+
// +kubebuilder:validation:MaxItems=32
754754
// +kubebuilder:validation:MinItems=1
755755
CACertificateRefs []ObjectReference `json:"caCertificateRefs"`
756756

0 commit comments

Comments
 (0)