Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: Xieql <[email protected]>
  • Loading branch information
Xieql committed Dec 27, 2023
1 parent 26f06f8 commit 2e1f3e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/apis/pipeline/v1alpha1/type.go
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ type VolumeClaimTemplate struct {

// StorageRequest defines the storage size required for this PVC, e.g., 1Gi, 100Mi.
// It specifies the storage capacity needed as part of ResourceRequirements.
// +kubebuilder:validation:Pattern="^[0-9]+(\.[0-9]+)?(Gi|Mi)$"
// +kubebuilder:validation:Pattern="^[0-9]+(\\.[0-9]+)?(Gi|Mi)$"
StorageRequest string `json:"requestsStorage,omitempty"`

// StorageClassName specifies the StorageClass name to which this persistent volume belongs, e.g., manual.
Expand Down

0 comments on commit 2e1f3e9

Please sign in to comment.