Skip to content

Commit 6fe00b5

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

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
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

config/crd/experimental/gateway.networking.k8s.io_gateways.yaml

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)