We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62487db commit 464b60cCopy full SHA for 464b60c
api/v1beta1/bucket_types.go
@@ -110,7 +110,7 @@ type BucketStatus struct {
110
Conditions []metav1.Condition `json:"conditions,omitempty"`
111
112
// URL is the download link for the artifact output of the last Bucket sync.
113
- // +kubebuilder:validation:MaxLength=250
+ // +kubebuilder:validation:MaxLength=2048
114
// +kubebuilder:validation:Pattern="^(http|https|ssh)://.*$"
115
// +optional
116
URL string `json:"url,omitempty"`
0 commit comments