Skip to content

Commit cb60c41

Browse files
committed
Add TechPreviewNoUpgrade gate to SignatureStores
1 parent 45f44a7 commit cb60c41

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

config/v1/types_cluster_version.go

+1
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ type ClusterVersionSpec struct {
100100
// A maximum of 32 signature stores may be configured.
101101
// +kubebuilder:validation:XValidation:rule="self.all(x, isURL(x))",message="signatureStores must contain only valid absolute URLs per the Go net/url standard"
102102
// +kubebuilder:validation:MaxItems=32
103+
// +openshift:enable:FeatureSets=TechPreviewNoUpgrade
103104
// +listType=set
104105
// +optional
105106
SignatureStores []string `json:"signatureStores"`

0 commit comments

Comments
 (0)